Uses of Class
org.h2.mvstore.cache.CacheLongKeyLIRS
Packages that use CacheLongKeyLIRS
Package
Description
A persistent storage for tree maps.
Classes related to caching.
-
Uses of CacheLongKeyLIRS in org.h2.mvstore
Fields in org.h2.mvstore declared as CacheLongKeyLIRSModifier and TypeFieldDescriptionprivate final CacheLongKeyLIRS<Page<?, ?>> MVStore.cacheThe page cache.private final CacheLongKeyLIRS<long[]> MVStore.chunksToCCache for chunks "Table of Content" used to translate page's sequential number within containing chunk into byte position within chunk's image.Methods in org.h2.mvstore that return CacheLongKeyLIRSMethods in org.h2.mvstore with parameters of type CacheLongKeyLIRSModifier and TypeMethodDescriptionprivate static intMVStore.getCacheHitRatio(CacheLongKeyLIRS<?> cache) -
Uses of CacheLongKeyLIRS in org.h2.mvstore.cache
Fields in org.h2.mvstore.cache declared as CacheLongKeyLIRSModifier and TypeFieldDescriptionprivate final CacheLongKeyLIRS<ByteBuffer> FilePathCache.FileCache.cache