Uses of Enum
org.ehcache.event.EventType
Packages that use EventType
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.CacheEvent and related types.-
Uses of EventType in org.ehcache.config
Methods in org.ehcache.config with parameters of type EventTypeModifier and TypeMethodDescriptiondefault 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 EventTypeModifier and TypeMethodDescriptionvoidCacheRuntimeConfiguration.registerCacheEventListener(CacheEventListener<? super K, ? super V> listener, EventOrdering ordering, EventFiring firing, Set<EventType> forEventTypes) Registers aCacheEventListeneron the cache. -
Uses of EventType in org.ehcache.event
Methods in org.ehcache.event that return EventTypeModifier and TypeMethodDescriptionCacheEvent.getType()Gets theEventTypeof this event.static EventTypeReturns 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.