Package com.sun.appserv.util.cache
Interface CacheListener
public interface CacheListener
CacheListener
Generic cache listener interface
-
Method Summary
-
Method Details
-
trimEvent
an cached value is trimmed (to prevent cache overflow)- Parameters:
key- lookup keyvalue- value of the cached entity
-