Uses of Interface
org.h2.util.Cache
-
Packages that use Cache Package Description org.h2.util Internal utility classes. -
-
Uses of Cache in org.h2.util
Classes in org.h2.util that implement Cache Modifier and Type Class Description classCacheLRUA cache implementation based on the last recently used (LRU) algorithm.(package private) classCacheSecondLevelCache which wraps another cache (proxy pattern) and adds caching using map.classCacheTQAn alternative cache implementation.Fields in org.h2.util declared as Cache Modifier and Type Field Description private CacheCacheSecondLevel. baseCacheprivate CacheCacheTQ. fifoprivate CacheCacheTQ. lruMethods in org.h2.util that return Cache Modifier and Type Method Description static CacheCacheLRU. getCache(CacheWriter writer, java.lang.String cacheType, int cacheSize)Create a cache of the given type and size.Constructors in org.h2.util with parameters of type Cache Constructor Description CacheSecondLevel(Cache cache, java.util.Map<java.lang.Integer,CacheObject> map)
-