Storage

dev.cheleb.ziotapir.Storage
object Storage

Attributes

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

Members list

Value members

Concrete methods

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