Uses of Interface
org.h2.util.CacheWriter

Packages that use CacheWriter
org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa. 
org.h2.util Internal utility classes. 
 

Uses of CacheWriter in org.h2.store
 

Classes in org.h2.store that implement CacheWriter
 class DiskFile
          This class represents a file that is usually written to disk.
 class PageStore
          This class represents a file that is organized as a number of pages.
 

Uses of CacheWriter in org.h2.util
 

Methods in org.h2.util with parameters of type CacheWriter
static Cache CacheLRU.getCache(CacheWriter writer, java.lang.String cacheType, int cacheSize)
          Create a cache of the given type and size.