GuavaCache

org.scalatra.cache.guava.GuavaCache
object GuavaCache extends Cache

Attributes

Graph
Supertypes
trait Cache
class Object
trait Matchable
class Any
Self type
GuavaCache.type

Members list

Value members

Concrete methods

override def flush(): Unit

Attributes

Definition Classes
override def get[V](key: String): Option[V]

Attributes

Definition Classes
override def put[V](key: String, value: V, ttl: Option[Duration]): V

Attributes

Definition Classes
override def remove(key: String): Unit

Attributes

Definition Classes