CacheDatabase

com.github.tototoshi.dbcache.CacheDatabase

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def get(key: String): Option[CacheEntry]
def remove(key: String): Unit
def set(entry: CacheEntry): Unit