Uses of Enum
org.ehcache.event.EventOrdering
Packages that use EventOrdering
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.CacheEvent and related types.-
Uses of EventOrdering in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventOrderingModifier 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 EventOrdering in org.ehcache.event
Methods in org.ehcache.event that return EventOrderingModifier and TypeMethodDescriptionstatic EventOrderingReturns the enum constant of this type with the specified name.static EventOrdering[]EventOrdering.values()Returns an array containing the constants of this enum type, in the order they are declared.