play.api.cache.caffeine

Members list

Type members

Classlikes

@Singleton
class CacheManagerProvider(configuration: Configuration, actorSystem: ActorSystem) extends Provider[CaffeineCacheManager]

Attributes

Supertypes
trait Provider[CaffeineCacheManager]
class Object
trait Matchable
class Any
class CaffeineCacheApi(val cache: NamedCaffeineCache[Any, Any]) extends AsyncCacheApi

Cache implementation of AsyncCacheApi

Cache implementation of AsyncCacheApi

Attributes

Supertypes
class Object
trait Matchable
class Any

CaffeineCache components for compile time injection

CaffeineCache components for compile time injection

Attributes

Supertypes
class Object
trait Matchable
class Any
class CaffeineCacheManager(config: Config, actorSystem: ActorSystem)

Attributes

Supertypes
class Object
trait Matchable
class Any

CaffeineCache implementation.

CaffeineCache implementation.

Attributes

Supertypes
class SimpleModule
class Module
class Object
trait Matchable
class Any
class SyncCaffeineCacheApi(val cache: NamedCaffeineCache[Any, Any]) extends SyncCacheApi

Attributes

Supertypes
trait SyncCacheApi
class Object
trait Matchable
class Any