Uses of Interface
org.h2.util.CacheWriter
-
Packages that use CacheWriter Package Description org.h2.util Internal utility classes. -
-
Uses of CacheWriter in org.h2.util
Fields in org.h2.util declared as CacheWriter Modifier and Type Field Description private CacheWriter
CacheLRU. writer
Methods in org.h2.util with parameters of type CacheWriter Modifier and Type Method Description static Cache
CacheLRU. 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 CacheWriter Constructor Description CacheLRU(CacheWriter writer, int maxMemoryKb, boolean fifo)
CacheTQ(CacheWriter writer, int maxMemoryKb)
-