Uses of Interface
org.ehcache.event.CacheEventListener
-
Packages that use CacheEventListener Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of CacheEventListener in org.ehcache.config
Methods in org.ehcache.config with parameters of type CacheEventListener Modifier and Type Method Description voidCacheRuntimeConfiguration. deregisterCacheEventListener(CacheEventListener<? super K,? super V> listener)Deregisters a previously registeredCacheEventListenerinstance.voidCacheRuntimeConfiguration. registerCacheEventListener(CacheEventListener<? super K,? super V> listener, EventOrdering ordering, EventFiring firing, java.util.Set<EventType> forEventTypes)Registers aCacheEventListeneron the cache.default voidCacheRuntimeConfiguration. registerCacheEventListener(CacheEventListener<? super K,? super V> listener, EventOrdering ordering, EventFiring firing, EventType eventType, EventType... eventTypes)Registers aCacheEventListeneron the cache.
-