Uses of Interface
org.cache2k.jcache.provider.event.EventHandling
-
Packages that use EventHandling Package Description org.cache2k.jcache.provider org.cache2k.jcache.provider.event -
-
Uses of EventHandling in org.cache2k.jcache.provider
Constructors in org.cache2k.jcache.provider with parameters of type EventHandling Constructor Description JCacheAdapter(JCacheManagerAdapter manager, org.cache2k.Cache<K,V> cache, Class<K> keyType, Class<V> valueType, boolean storeByValue, boolean readThrough, boolean loaderConfigured, EventHandling<K,V> eventHandling) -
Uses of EventHandling in org.cache2k.jcache.provider.event
Classes in org.cache2k.jcache.provider.event that implement EventHandling Modifier and Type Class Description classEventHandlingImpl<K,V>cache2k does not support changing the listener configuration at runtime.Fields in org.cache2k.jcache.provider.event declared as EventHandling Modifier and Type Field Description static EventHandlingEventHandling. DISABLED
-