Uses of Class
org.h2.util.SmallLRUCache
-
Packages that use SmallLRUCache Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.server A small FTP server.org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.org.h2.tools Various tools.org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of SmallLRUCache in org.h2.engine
Fields in org.h2.engine declared as SmallLRUCache Modifier and Type Field Description private SmallLRUCache<java.lang.String,java.lang.String[]>Database. lobFileListCacheprivate SmallLRUCache<java.lang.String,Command>SessionLocal. queryCacheprivate SmallLRUCache<java.lang.Object,ViewIndex>SessionLocal. viewIndexCacheMethods in org.h2.engine that return SmallLRUCache Modifier and Type Method Description SmallLRUCache<java.lang.String,java.lang.String[]>Database. getLobFileListCache()SmallLRUCache<java.lang.String,java.lang.String[]>SessionRemote. getLobFileListCache() -
Uses of SmallLRUCache in org.h2.server
Fields in org.h2.server declared as SmallLRUCache Modifier and Type Field Description private SmallLRUCache<java.lang.Long,TcpServerThread.CachedInputStream>TcpServerThread. lobs -
Uses of SmallLRUCache in org.h2.store
Methods in org.h2.store that return SmallLRUCache Modifier and Type Method Description SmallLRUCache<java.lang.String,java.lang.String[]>DataHandler. 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 Modifier and Type Method Description SmallLRUCache<java.lang.String,java.lang.String[]>Recover. getLobFileListCache()INTERNAL -
Uses of SmallLRUCache in org.h2.util
Fields in org.h2.util declared as SmallLRUCache Modifier and Type Field Description private SmallLRUCache<java.lang.Integer,java.lang.Object>CacheTQ. recentlyUsedMethods in org.h2.util that return SmallLRUCache Modifier and Type Method Description static <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 SmallLRUCache Modifier and Type Field Description private SmallLRUCache<java.lang.String,java.text.CollationKey>CompareModeDefault. collationKeys
-