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 TypeClassDescriptionclassA cache implementation based on the last recently used (LRU) algorithm.(package private) classCache which wraps another cache (proxy pattern) and adds caching using map.classAn alternative cache implementation.Fields in org.h2.util declared as CacheModifier and TypeFieldDescriptionprivate final CacheCacheSecondLevel.baseCacheprivate final CacheCacheTQ.fifoprivate final CacheCacheTQ.lruMethods in org.h2.util that return CacheModifier and TypeMethodDescriptionstatic CacheCacheLRU.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)