PostgreSQLCache

com.github.tototoshi.dbcache.postgresql.PostgreSQLCache
class PostgreSQLCache(connectionFactory: ConnectionFactory, classLoader: ClassLoader) extends DBCache

Attributes

Graph
Supertypes
class DBCache
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def get[A](key: String): Option[A]

Attributes

Inherited from:
DBCache
def getOrElse[A](key: String, expiration: Duration)(orElse: => A): A

Attributes

Inherited from:
DBCache
def now: Long

Attributes

Inherited from:
DBCache
def remove(key: String): Unit

Attributes

Inherited from:
DBCache
def set(key: String, value: Any, expiration: Duration): Unit

Attributes

Inherited from:
DBCache