Abstract base for classes needing custom AccumulatorCache behavior.
Definition at line 28 of file AccumulatorCache.py.
◆ _cacheEvict()
def python.AccumulatorCache.AccumulatorCachable._cacheEvict |
( |
|
self | ) |
|
|
private |
This method is called by AccumulatorCache when an object is removed
from the cache. Implement this for custom cleanup actions.
Definition at line 32 of file AccumulatorCache.py.
32 def _cacheEvict(self):
33 """This method is called by AccumulatorCache when an object is removed
34 from the cache. Implement this for custom cleanup actions."""
The documentation for this class was generated from the following file: