Uses of Interface
org.h2.util.Cache
Packages that use Cache
-
Uses of Cache in org.h2.util
Classes in org.h2.util that implement CacheModifier and TypeClassDescriptionclass
A cache implementation based on the last recently used (LRU) algorithm.(package private) class
Cache which wraps another cache (proxy pattern) and adds caching using map.class
An alternative cache implementation.Fields in org.h2.util declared as CacheModifier and TypeFieldDescriptionprivate final Cache
CacheSecondLevel.baseCache
private final Cache
CacheTQ.fifo
private final Cache
CacheTQ.lru
Methods in org.h2.util that return CacheModifier and TypeMethodDescriptionstatic Cache
CacheLRU.getCache
(CacheWriter writer, String cacheType, int cacheSize) Create a cache of the given type and size.Constructors in org.h2.util with parameters of type CacheModifierConstructorDescription(package private)
CacheSecondLevel
(Cache cache, Map<Integer, CacheObject> map)