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.cache
The page cache.private final CacheLongKeyLIRS
<long[]> MVStore.chunksToC
Cache 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 int
MVStore.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