public abstract class AbstractCacheHandler extends NoCacheHandler
Constructor and Description |
---|
AbstractCacheHandler() |
Modifier and Type | Method and Description |
---|---|
ICacheManager |
getCacheManager() |
void |
setCacheManager(ICacheManager cacheManager)
Set the
ICacheManager that should be used for the IOperation . |
afterOperationExecution, beforeOperationExecution, onOperationSuccessful, skipOperationExecution
onOperationFailed, onOperationFinished
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onOperationFailed, onOperationFinished
public ICacheManager getCacheManager()
public void setCacheManager(ICacheManager cacheManager)
IOperationCacheHandler
ICacheManager
that should be used for the IOperation
.setCacheManager
in interface IOperationCacheHandler
setCacheManager
in class NoCacheHandler
cacheManager
- the ICacheManager
that should be used to handle
the caching of the IOperation
.