t

play.api.cache.caffeine

CaffeineCacheComponents

trait CaffeineCacheComponents extends AnyRef

CaffeineCache components for compile time injection

Source
CaffeineCacheApi.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CaffeineCacheComponents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def actorSystem: ActorSystem
  2. abstract def configuration: Configuration
  3. implicit abstract def executionContext: ExecutionContext

Concrete Value Members

  1. def cacheApi(name: String): AsyncCacheApi

    Use this to create with the given name.

  2. lazy val caffeineCacheManager: CaffeineCacheManager
  3. lazy val defaultCacheApi: AsyncCacheApi