JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
Package org.h2.mvstore.cache
package
org.h2.mvstore.cache
Classes related to caching.
Related Packages
Package
Description
org.h2.mvstore
A persistent storage for tree maps.
org.h2.mvstore.db
Helper classes to use the MVStore in the H2 database.
org.h2.mvstore.rtree
An R-tree implementation.
org.h2.mvstore.tx
Helper classes to use the MVStore in a transactional manner.
org.h2.mvstore.type
Data types and serialization / deserialization.
Classes
Class
Description
CacheLongKeyLIRS
<V>
A scan resistant cache that uses keys of type long.
CacheLongKeyLIRS.Config
The cache configuration.
FilePathCache
A file with a read cache.
FilePathCache.FileCache
A file with a read cache.