Uses of Interface
org.cache2k.event.CacheLifecycleListener
-
Packages that use CacheLifecycleListener Package Description org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.event Events that are fired on behalf of a cache operation. -
-
Uses of CacheLifecycleListener in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type CacheLifecycleListener Modifier and Type Method Description @NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>>Cache2kConfig. getLifecycleListeners()A set of listeners.Method parameters in org.cache2k.config with type arguments of type CacheLifecycleListener Modifier and Type Method Description voidCache2kConfig. setLifecycleListeners(@NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>> c)Adds the collection of customizations to the existing list. -
Uses of CacheLifecycleListener in org.cache2k.event
Subinterfaces of CacheLifecycleListener in org.cache2k.event Modifier and Type Interface Description interfaceCacheClosedListenerListener called when cache is closed.interfaceCacheCreatedListener
-