com.jcorporate.expresso.core.misc
Interface CacheEventListener
- public interface CacheEventListener
A CacheEvent represents an event that indicates that some cached information
might have to be updated. Objects that implement caches that depend on
persistant data should implement CacheEventListener, and register themselves
with the appropriate objects that store the data they cache - they will
then be notified via the cacheEvent(CacheEvent) call when changes to the
data occurr, so they can take the appropriate action to ensure their
caches are not 'stale'.
- Author:
- Michael Nash
cacheEvent
public void cacheEvent(CacheEvent e)
- Parameters:
e -
Please see www.jcorporate.com for information about new Expresso releases.