Storage

dev.cheleb.ziolaminartapir.Storage
object Storage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Storage.type

Members list

Value members

Concrete methods

def get[A : JsonCodec](key: String): Option[A]
def remove(key: String): Unit
def removeAll(): Unit
def set[A : JsonCodec](key: String, value: A): Unit