CaffeineCache

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Sync, K <: AnyRef, V]: F[CaffeineCache[F, K, V]]

Create a new Caffeine cache.

Create a new Caffeine cache.

def apply[F[_] : Sync, K, V](underlying: Cache[K, Entry[V]]): CaffeineCache[F, K, V]

Create a new cache utilizing the given underlying Caffeine cache.

Create a new cache utilizing the given underlying Caffeine cache.

Value Params
underlying

a Caffeine cache