StorageManager

Used for fetching and storing States

Type parameters:
V

the value type

class Object
trait Matchable
class Any
class LocalStorage[V]
class NoStorage[V]

Value members

Abstract methods

def fetch: Option[V]
def store(value: V): Unit