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.classAn alternative cache implementation.Methods 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.