Uses of Class
org.ehcache.event.EventType
-
Packages that use EventType Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.event CacheEventand related types. -
-
Uses of EventType in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventType Modifier and Type Method Description default voidCacheRuntimeConfiguration. registerCacheEventListener(CacheEventListener<? super K,? super V> listener, EventOrdering ordering, EventFiring firing, EventType eventType, EventType... eventTypes)Registers aCacheEventListeneron the cache.Method parameters in org.ehcache.config with type arguments of type EventType 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. -
Uses of EventType in org.ehcache.event
Methods in org.ehcache.event that return EventType Modifier and Type Method Description EventTypeCacheEvent. getType()Gets theEventTypeof this event.static EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-