Uses of Class
org.ehcache.event.EventOrdering
-
Packages that use EventOrdering Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.event CacheEventand related types. -
-
Uses of EventOrdering in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventOrdering 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 EventOrdering in org.ehcache.event
Methods in org.ehcache.event that return EventOrdering Modifier and Type Method Description static EventOrderingEventOrdering. valueOf(java.lang.String name)Returns 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.
-