Package de.caluga.morphium.cache
Class MessagingCacheSyncAdapter
java.lang.Object
de.caluga.morphium.cache.MessagingCacheSyncAdapter
- All Implemented Interfaces:
CacheSyncListener,MessagingCacheSyncListener
User: Stephan Bösebeck
Date: 14.07.12
Time: 18:19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidpostSendClearMsg(Class cls, Msg m) voidbefore clearing cache - if cls == null whole cache Message m contains information about reason and stuff...voidpreSendClearMsg(Class cls, Msg m) Class is null for CLEAR ALL
-
Constructor Details
-
MessagingCacheSyncAdapter
public MessagingCacheSyncAdapter()
-
-
Method Details
-
preClear
Description copied from interface:CacheSyncListenerbefore clearing cache - if cls == null whole cache Message m contains information about reason and stuff...- Specified by:
preClearin interfaceCacheSyncListener
-
postClear
- Specified by:
postClearin interfaceCacheSyncListener
-
preSendClearMsg
Description copied from interface:MessagingCacheSyncListenerClass is null for CLEAR ALL- Specified by:
preSendClearMsgin interfaceMessagingCacheSyncListenerm- - message about to be send - add info if necessary!
-
postSendClearMsg
- Specified by:
postSendClearMsgin interfaceMessagingCacheSyncListener
-