Uses of Class
io.ebean.CacheMode
-
Packages that use CacheMode Package Description io.ebean -
-
Uses of CacheMode in io.ebean
Methods in io.ebean that return CacheMode Modifier and Type Method Description static CacheMode
CacheMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheMode[]
CacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean with parameters of type CacheMode Modifier and Type Method Description Query<T>
ExpressionList. setBeanCacheMode(CacheMode beanCacheMode)
Set the mode to use the bean cache when executing this query.Query<T>
Query. setBeanCacheMode(CacheMode beanCacheMode)
Set the mode to use the bean cache when executing this query.Query<T>
ExpressionList. setUseQueryCache(CacheMode useCache)
Set theCacheMode
to use the query cache for executing this query.Query<T>
Query. setUseQueryCache(CacheMode queryCacheMode)
Set theCacheMode
to use the query for executing this query.
-