Uses of Interface
org.cache2k.core.api.InternalCache
-
Packages that use InternalCache Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.common org.cache2k.core.event -
-
Uses of InternalCache in org.cache2k.core
Classes in org.cache2k.core that implement InternalCache 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 InternalCache Modifier and Type Method Description voidHeapCache. closePart2(InternalCache userCache)InternalCacheInfoHeapCache. getConsistentInfo(InternalCache userCache)InternalCacheInfoHeapCache. getInfo(InternalCache userCache)Constructors in org.cache2k.core with parameters of type InternalCache Constructor Description BulkAction(HeapCache<K,V> heapCache, InternalCache<K,V> internalCache, org.cache2k.io.AsyncCacheLoader<K,V> loader, Set<K> keys)Create object and start operation.CacheClosedException(InternalCache<?,?> cache)ConcurrentMapWrapper(InternalCache<K,V> cache)EntryAction(HeapCache<K,V> heapCache, InternalCache<K,V> userCache, Semantic<K,V,R> op, K k, Entry<K,V> e)EntryAction(HeapCache<K,V> heapCache, InternalCache<K,V> internalCache, Semantic<K,V,R> op, K k, Entry<K,V> e, EntryAction.CompletedCallback<K,V,R> cb)Hash2(InternalCache<?,?> cache) -
Uses of InternalCache in org.cache2k.core.api
Methods in org.cache2k.core.api that return InternalCache Modifier and Type Method Description InternalCacheHealthInfoElement. getCache()Cache reporting the trouble. -
Uses of InternalCache in org.cache2k.core.common
Constructors in org.cache2k.core.common with parameters of type InternalCache Constructor Description BaseCacheControl(InternalCache<?,?> cache) -
Uses of InternalCache in org.cache2k.core.event
Constructors in org.cache2k.core.event with parameters of type InternalCache Constructor Description AsyncDispatcher(InternalCache cache, Executor executor)
-