Uses of Interface
org.ehcache.event.CacheEvent
-
Packages that use CacheEvent Package Description org.ehcache.event CacheEventand related types. -
-
Uses of CacheEvent in org.ehcache.event
Methods in org.ehcache.event with parameters of type CacheEvent Modifier and Type Method Description voidCacheEventListener. onEvent(CacheEvent<? extends K,? extends V> event)Invoked onCacheEventfiring.
-