Uses of Class
org.cache2k.core.HeapCache
-
Packages that use HeapCache Package Description org.cache2k.core -
-
Uses of HeapCache in org.cache2k.core
Subclasses of HeapCache in org.cache2k.core Modifier and Type Class Description classIntHeapCache<V>Overwrite methods so the integer value gets stored directly in theEntry.hashCodefield andEntry.valueis set to null.Methods in org.cache2k.core that return HeapCache Modifier and Type Method Description HeapCacheWiredCache. getHeapCache()For testingMethods in org.cache2k.core with parameters of type HeapCache Modifier and Type Method Description StringEntry. toString(HeapCache c)Constructors in org.cache2k.core with parameters of type HeapCache 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.ConcurrentEntryIterator(HeapCache<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)WrappedAdvancedCacheLoader(HeapCache<K,V> heapCache, org.cache2k.io.AdvancedCacheLoader<K,V> forward)
-