Package com.sun.appserv.util.cache
Interface CacheListener
-
- All Known Implementing Classes:
CommitCEntityContainer,EntityContainer,ReadOnlyBeanContainer,StatefulSessionContainer
public interface CacheListenerCacheListener Generic cache listener interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrimEvent(Object key, Object value)an cached value is trimmed (to prevent cache overflow)
-