Uses of Class
org.ehcache.event.EventFiring
-
Packages that use EventFiring Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.event CacheEventand related types. -
-
Uses of EventFiring in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventFiring Modifier and Type Method Description 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. -
Uses of EventFiring in org.ehcache.event
Methods in org.ehcache.event that return EventFiring Modifier and Type Method Description static EventFiringEventFiring. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventFiring[]EventFiring. values()Returns an array containing the constants of this enum type, in the order they are declared.
-