StateBackend

portals.runtime.state.StateBackend

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def clear(): Unit
def del(key: Any): Unit
def get(key: Any): Option[Any]
def iterator: Iterator[(Any, Any)]
def set(key: Any, value: Any): Unit

Inherited methods

def snapshot(): S

Attributes

Inherited from:
Snapshottable