Uses of Interface
org.h2.util.CacheWriter
Packages that use CacheWriter
-
Uses of CacheWriter in org.h2.util
Fields in org.h2.util declared as CacheWriterMethods in org.h2.util with parameters of type CacheWriterModifier 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 CacheWriterModifierConstructorDescription(package private)
CacheLRU
(CacheWriter writer, int maxMemoryKb, boolean fifo) (package private)
CacheTQ
(CacheWriter writer, int maxMemoryKb)