ATLAS Offline Software
Private Member Functions | List of all members
python.AccumulatorCache.AccumulatorCachable Class Reference
Inheritance diagram for python.AccumulatorCache.AccumulatorCachable:
Collaboration diagram for python.AccumulatorCache.AccumulatorCachable:

Private Member Functions

def _cacheEvict (self)
 

Detailed Description

Abstract base for classes needing custom AccumulatorCache behavior.

Definition at line 28 of file AccumulatorCache.py.

Member Function Documentation

◆ _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."""
35  pass
36 
37 

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