Package de.caluga.morphium.cache
Class MessagingCacheSyncAdapter
- java.lang.Object
-
- de.caluga.morphium.cache.MessagingCacheSyncAdapter
-
- All Implemented Interfaces:
CacheSyncListener,MessagingCacheSyncListener
public class MessagingCacheSyncAdapter extends Object implements MessagingCacheSyncListener
User: Stephan Bösebeck Date: 14.07.12 Time: 18:19
-
-
Constructor Summary
Constructors Constructor Description MessagingCacheSyncAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostClear(Class cls)voidpostSendClearMsg(Class cls, Msg m)voidpreClear(Class cls)before 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
-
-
-
Method Detail
-
preClear
public void preClear(Class cls)
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
public void postClear(Class cls)
- Specified by:
postClearin interfaceCacheSyncListener
-
preSendClearMsg
public void preSendClearMsg(Class cls, Msg m)
Description copied from interface:MessagingCacheSyncListenerClass is null for CLEAR ALL- Specified by:
preSendClearMsgin interfaceMessagingCacheSyncListenerm- - message about to be send - add info if necessary!
-
postSendClearMsg
public void postSendClearMsg(Class cls, Msg m)
- Specified by:
postSendClearMsgin interfaceMessagingCacheSyncListener
-
-