Uses of Class
org.cache2k.core.BaseCache
-
Packages that use BaseCache Package Description org.cache2k.core -
-
Uses of BaseCache in org.cache2k.core
Subclasses of BaseCache in org.cache2k.core Modifier and Type Class Description 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.
-