public interface CacheSyncListener
| Modifier and Type | Method and Description |
|---|---|
void |
postClear(Class cls,
Msg m) |
void |
postSendClearMsg(Class cls,
Msg m) |
void |
preClear(Class cls,
Msg m)
before clearing cache - if cls == null whole cache
Message m contains information about reason and stuff...
|
void |
preSendClearMsg(Class cls,
Msg m)
Class is null for CLEAR ALL
|
void preClear(Class cls, Msg m) throws CacheSyncVetoException
CacheSyncVetoExceptionvoid preSendClearMsg(Class cls, Msg m) throws CacheSyncVetoException
cls - m - - message about to be send - add info if necessary!CacheSyncVetoExceptionCopyright © 2013. All Rights Reserved.