play.api.libs.jcache

Members list

Type members

Classlikes

@Singleton
class DefaultCacheManagerProvider(env: Environment) extends Provider[CacheManager]

Provides the CacheManager as the output from Caching.getCachingProvider(env.classLoader).getCacheManager

Provides the CacheManager as the output from Caching.getCachingProvider(env.classLoader).getCacheManager

Value parameters

env

the environment

Attributes

Supertypes
trait Provider[CacheManager]
class Object
trait Matchable
class Any

Components for JCache CacheManager

Components for JCache CacheManager

Attributes

Supertypes
class Object
trait Matchable
class Any
class JCacheModule extends SimpleModule

Provides bindings for JSR 107 (JCache) CacheManager.

Provides bindings for JSR 107 (JCache) CacheManager.

Attributes

Supertypes
class SimpleModule
class Module
class Object
trait Matchable
class Any