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.
A small FTP server.
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.
Data type and value implementations.
-
Uses of SmallLRUCache in org.h2.engine
Fields in org.h2.engine declared as SmallLRUCacheModifier and TypeFieldDescriptionprivate SmallLRUCache
<String, String[]> Database.lobFileListCache
private SmallLRUCache
<String, Command> SessionLocal.queryCache
private SmallLRUCache
<Object, ViewIndex> SessionLocal.viewIndexCache
Methods in org.h2.engine that return SmallLRUCacheModifier and TypeMethodDescriptionDatabase.getLobFileListCache()
SessionRemote.getLobFileListCache()
-
Uses of SmallLRUCache in org.h2.server
Fields in org.h2.server declared as SmallLRUCacheModifier and TypeFieldDescriptionprivate final SmallLRUCache
<Long, TcpServerThread.CachedInputStream> TcpServerThread.lobs
-
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
Fields in org.h2.util declared as SmallLRUCacheModifier and TypeFieldDescriptionprivate final SmallLRUCache
<Integer, Object> CacheTQ.recentlyUsed
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. -
Uses of SmallLRUCache in org.h2.value
Fields in org.h2.value declared as SmallLRUCacheModifier and TypeFieldDescriptionprivate final SmallLRUCache
<String, CollationKey> CompareModeDefault.collationKeys