ATLAS Offline Software
Loading...
Searching...
No Matches
python.AccumulatorCache.AccumulatorCachable Class Reference
Inheritance diagram for python.AccumulatorCache.AccumulatorCachable:
Collaboration diagram for python.AccumulatorCache.AccumulatorCachable:

Protected Member Functions

 _cacheEvict (self)

Detailed Description

Abstract base for classes needing custom AccumulatorCache behavior.

Definition at line 29 of file AccumulatorCache.py.

Member Function Documentation

◆ _cacheEvict()

python.AccumulatorCache.AccumulatorCachable._cacheEvict ( self)
protected
This method is called by AccumulatorCache when an object is removed
from the cache. Implement this for custom cleanup actions.

Definition at line 33 of file AccumulatorCache.py.

33 def _cacheEvict(self):
34 """This method is called by AccumulatorCache when an object is removed
35 from the cache. Implement this for custom cleanup actions."""
36 pass
37
38

The documentation for this class was generated from the following file: