Uses of Class
org.h2.util.SmallLRUCache
Packages that use SmallLRUCache
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Various tools.
Internal utility classes.
-
Uses of SmallLRUCache in org.h2.engine
Methods in org.h2.engine that return SmallLRUCacheModifier and TypeMethodDescriptionDatabase.getLobFileListCache()SessionRemote.getLobFileListCache() -
Uses of SmallLRUCache in org.h2.store
Methods in org.h2.store that return SmallLRUCacheModifier and TypeMethodDescriptionDataHandler.getLobFileListCache()Get the lob file list cache if it is used. -
Uses of SmallLRUCache in org.h2.tools
Methods in org.h2.tools that return SmallLRUCache -
Uses of SmallLRUCache in org.h2.util
Methods in org.h2.util that return SmallLRUCacheModifier and TypeMethodDescriptionstatic <K,V> SmallLRUCache <K, V> SmallLRUCache.newInstance(int size) Create a new object with all elements of the given collection.