Packages

class CaffeineCache[F[_], V] extends AbstractCache[F, V]

Linear Supertypes
AbstractCache[F, V], LoggingSupport[F], Cache[F, V], CacheAlg[F, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CaffeineCache
  2. AbstractCache
  3. LoggingSupport
  4. Cache
  5. CacheAlg
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaffeineCache(underlying: com.github.benmanes.caffeine.cache.Cache[String, Entry[V]])(implicit arg0: Sync[F], config: CacheConfig, clock: Clock[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val F: Sync[F]
    Attributes
    protected
    Definition Classes
    CaffeineCache → AbstractCache → LoggingSupport
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def caching(keyParts: Any*)(ttl: Option[Duration])(f: ⇒ V)(implicit flags: Flags): F[V]
    Definition Classes
    AbstractCache → CacheAlg
  7. def cachingF(keyParts: Any*)(ttl: Option[Duration])(f: F[V])(implicit flags: Flags): F[V]
    Definition Classes
    AbstractCache → CacheAlg
  8. def cachingForMemoize(baseKey: String)(ttl: Option[Duration])(f: ⇒ V)(implicit flags: Flags): F[V]
    Definition Classes
    AbstractCache → Cache
  9. def cachingForMemoizeF(baseKey: String)(ttl: Option[Duration])(f: F[V])(implicit flags: Flags): F[V]
    Definition Classes
    AbstractCache → Cache
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def close: F[Unit]
    Definition Classes
    CaffeineCache → CacheAlg
  12. implicit val config: CacheConfig
    Definition Classes
    CaffeineCache → Cache
  13. def doGet(key: String): F[Option[V]]
    Definition Classes
    CaffeineCache → AbstractCache
  14. def doPut(key: String, value: V, ttl: Option[Duration]): F[Unit]
    Definition Classes
    CaffeineCache → AbstractCache
  15. def doRemove(key: String): F[Unit]
    Definition Classes
    CaffeineCache → AbstractCache
  16. def doRemoveAll(): F[Unit]
    Definition Classes
    CaffeineCache → AbstractCache
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def get(keyParts: Any*)(implicit flags: Flags): F[Option[V]]
    Definition Classes
    AbstractCache → CacheAlg
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def logCacheHitOrMiss[A](key: String, result: Option[A]): F[Unit]
    Attributes
    protected
    Definition Classes
    LoggingSupport
  24. def logCachePut(key: String, ttl: Option[Duration]): F[Unit]
    Attributes
    protected
    Definition Classes
    LoggingSupport
  25. final val logger: Logger[F]
    Attributes
    protected
    Definition Classes
    CaffeineCache → LoggingSupport
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def put(keyParts: Any*)(value: V, ttl: Option[Duration])(implicit flags: Flags): F[Unit]
    Definition Classes
    AbstractCache → CacheAlg
  30. final def remove(keyParts: Any*): F[Unit]
    Definition Classes
    AbstractCache → CacheAlg
  31. final def removeAll: F[Unit]
    Definition Classes
    AbstractCache → CacheAlg
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val underlying: com.github.benmanes.caffeine.cache.Cache[String, Entry[V]]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AbstractCache[F, V]

Inherited from LoggingSupport[F]

Inherited from Cache[F, V]

Inherited from CacheAlg[F, V]

Inherited from AnyRef

Inherited from Any

Ungrouped