Uses of Enum
org.ehcache.event.EventFiring
Packages that use EventFiring
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.CacheEvent and related types.-
Uses of EventFiring in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventFiringModifier and TypeMethodDescriptionvoidCacheRuntimeConfiguration.registerCacheEventListener(CacheEventListener<? super K, ? super V> listener, EventOrdering ordering, EventFiring firing, 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 EventFiringModifier and TypeMethodDescriptionstatic EventFiringReturns 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.