Uses of Interface
org.cache2k.core.api.InternalCacheCloseContext
-
Packages that use InternalCacheCloseContext Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.spi org.cache2k.core.timing -
-
Uses of InternalCacheCloseContext in org.cache2k.core
Classes in org.cache2k.core that implement InternalCacheCloseContext Modifier and Type Class Description classBaseCache<K,V>Some default implementations for a cache.classHeapCache<K,V>Foundation for all cache variants.classIntHeapCache<V>Overwrite methods so the integer value gets stored directly in theEntry.hashCodefield andEntry.valueis set to null.classWiredCache<K,V>A cache implementation that builds on a heap cache and coordinates with additional attachments like storage, listeners and a writer.Methods in org.cache2k.core with parameters of type InternalCacheCloseContext Modifier and Type Method Description <K,V>
voidCacheManagerImpl. sendClosedEvent(org.cache2k.Cache<K,V> c, InternalCacheCloseContext ctx) -
Uses of InternalCacheCloseContext in org.cache2k.core.api
Subinterfaces of InternalCacheCloseContext in org.cache2k.core.api Modifier and Type Interface Description interfaceInternalCache<K,V>Interface to extended cache functions for the internal components.Methods in org.cache2k.core.api with parameters of type InternalCacheCloseContext Modifier and Type Method Description voidNeedsClose. close(InternalCacheCloseContext closeContext) -
Uses of InternalCacheCloseContext in org.cache2k.core.spi
Methods in org.cache2k.core.spi with parameters of type InternalCacheCloseContext Modifier and Type Method Description <K,V>
voidCacheLifeCycleListener. cacheClosed(org.cache2k.Cache<K,V> cache, InternalCacheCloseContext ctx) -
Uses of InternalCacheCloseContext in org.cache2k.core.timing
Methods in org.cache2k.core.timing with parameters of type InternalCacheCloseContext Modifier and Type Method Description voidDefaultTimer. close(InternalCacheCloseContext closeContext)voidStaticTiming. close(InternalCacheCloseContext closeContext)voidTiming. close(InternalCacheCloseContext closeContext)
-