play.api.cache.ehcache
package play.api.cache.ehcache
Members list
Type members
Classlikes
class CacheManagerProvider(env: Environment, config: Configuration, lifecycle: ApplicationLifecycle) extends Provider[CacheManager]
Attributes
- Supertypes
class EhCacheApi(val cache: Ehcache)(implicit context: ExecutionContext) extends AsyncCacheApi
Ehcache implementation of AsyncCacheApi. Since Ehcache is synchronous by default, this uses SyncEhCacheApi.
Ehcache implementation of AsyncCacheApi. Since Ehcache is synchronous by default, this uses SyncEhCacheApi.
Attributes
- Supertypes
trait EhCacheComponents
EhCache components for compile time injection
EhCache components for compile time injection
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class EhCacheModule extends SimpleModule
EhCache implementation.
EhCache implementation.
Attributes
- Supertypes
class SyncEhCacheApi(val cache: Ehcache) extends SyncCacheApi
Attributes
- Supertypes
In this article