play.api.cache.caffeine
package play.api.cache.caffeine
Members list
Type members
Classlikes
@Singleton
class CacheManagerProvider(configuration: Configuration, actorSystem: ActorSystem) extends Provider[CaffeineCacheManager]
Attributes
- Supertypes
class CaffeineCacheApi(val cache: NamedCaffeineCache[Any, Any]) extends AsyncCacheApi
Cache implementation of AsyncCacheApi
trait CaffeineCacheComponents
CaffeineCache components for compile time injection
CaffeineCache components for compile time injection
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class CaffeineCacheModule extends SimpleModule
CaffeineCache implementation.
CaffeineCache implementation.
Attributes
- Supertypes
class SyncCaffeineCacheApi(val cache: NamedCaffeineCache[Any, Any]) extends SyncCacheApi
Attributes
- Supertypes
In this article