Packages

c

dynamics.common

ScalaCacheNodeCache

class ScalaCacheNodeCache extends Cache[InMemoryRepr]

Linear Supertypes
Cache[InMemoryRepr], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCacheNodeCache
  2. Cache
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCacheNodeCache(underlying: NodeCache)

Value Members

  1. def close(): Unit
    Definition Classes
    ScalaCacheNodeCache → Cache
  2. def get[V](key: String)(implicit codec: Codec[V, InMemoryRepr]): Future[Option[V]]
    Definition Classes
    ScalaCacheNodeCache → Cache
  3. def put[V](key: String, value: V, ttl: Option[Duration])(implicit codec: Codec[V, InMemoryRepr]): Future[Unit]
    Definition Classes
    ScalaCacheNodeCache → Cache
  4. def remove(key: String): Future[Unit]
    Definition Classes
    ScalaCacheNodeCache → Cache
  5. def removeAll(): Future[Unit]
    Definition Classes
    ScalaCacheNodeCache → Cache