Cache

org.scalatra.cache.Cache
trait Cache

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GuavaCache.type

Members list

Value members

Abstract methods

def flush(): Unit
def get[V](key: String): Option[V]
def put[V](key: String, value: V, ttl: Option[Duration]): V
def remove(key: String): Unit