Uses of Enum
io.ebean.CacheMode
Packages that use CacheMode
-
Uses of CacheMode in io.ebean
Modifier and TypeMethodDescriptionstatic CacheModeReturns 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.Modifier and TypeMethodDescriptionExpressionList.setBeanCacheMode(CacheMode beanCacheMode) Set the mode to use the bean cache when executing this query.Query.setBeanCacheMode(CacheMode beanCacheMode) Set the mode to use the bean cache when executing this query.ExpressionList.setUseQueryCache(CacheMode useCache) Set theCacheModeto use the query cache for executing this query.Query.setUseQueryCache(CacheMode queryCacheMode) Set theCacheModeto use the query for executing this query.