Package de.caluga.morphium.cache
Interface CacheSyncListener
-
- All Known Subinterfaces:
MessagingCacheSyncListener,WatchingCacheSyncListener
- All Known Implementing Classes:
MessagingCacheSyncAdapter
public interface CacheSyncListenerUser: Stephan Bösebeck Date: 14.07.18 Time: 22:39TODO: Add documentation here
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostClear(Class cls)voidpreClear(Class cls)before clearing cache - if cls == null whole cache Message m contains information about reason and stuff...
-
-
-
Method Detail
-
preClear
void preClear(Class cls) throws CacheSyncVetoException
before clearing cache - if cls == null whole cache Message m contains information about reason and stuff...- Throws:
CacheSyncVetoException
-
postClear
void postClear(Class cls)
-
-