class ScalaCacheNodeCache extends Cache[InMemoryRepr]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaCacheNodeCache
- Cache
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
close(): Unit
- Definition Classes
- ScalaCacheNodeCache → Cache
-
def
get[V](key: String)(implicit codec: Codec[V, InMemoryRepr]): Future[Option[V]]
- Definition Classes
- ScalaCacheNodeCache → Cache
-
def
put[V](key: String, value: V, ttl: Option[Duration])(implicit codec: Codec[V, InMemoryRepr]): Future[Unit]
- Definition Classes
- ScalaCacheNodeCache → Cache
-
def
remove(key: String): Future[Unit]
- Definition Classes
- ScalaCacheNodeCache → Cache
-
def
removeAll(): Future[Unit]
- Definition Classes
- ScalaCacheNodeCache → Cache