Uses of Class
org.h2.util.SmallLRUCache

Packages that use SmallLRUCache
org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. 
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
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. 
 

Uses of SmallLRUCache in org.h2.command.dml
 

Methods in org.h2.command.dml that return SmallLRUCache
 SmallLRUCache<java.lang.String,java.lang.String[]> ScriptBase.getLobFileListCache()
           
 

Uses of SmallLRUCache in org.h2.engine
 

Methods in org.h2.engine that return SmallLRUCache
 SmallLRUCache<java.lang.String,java.lang.String[]> SessionRemote.getLobFileListCache()
           
 SmallLRUCache<java.lang.String,java.lang.String[]> Database.getLobFileListCache()
           
 

Uses of SmallLRUCache in org.h2.store
 

Methods in org.h2.store that return SmallLRUCache
 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
 SmallLRUCache<java.lang.String,java.lang.String[]> Recover.getLobFileListCache()
          INTERNAL
 

Uses of SmallLRUCache in org.h2.util
 

Methods in org.h2.util that return SmallLRUCache
static
<K,V> SmallLRUCache<K,V>
SmallLRUCache.newInstance(int size)
          Create a new object with all elements of the given collection.