Uses of Class
org.javalite.activejdbc.cache.QueryCache
-
Packages that use QueryCache Package Description org.javalite.activejdbc.cache Classes for operations with caches. -
-
Uses of QueryCache in org.javalite.activejdbc.cache
Methods in org.javalite.activejdbc.cache that return QueryCache Modifier and Type Method Description static QueryCacheQueryCache. instance()This class is a singleton, get an instance with this method.static QueryCacheQueryCache. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryCache[]QueryCache. values()Returns an array containing the constants of this enum type, in the order they are declared.
-