Backend

kreuzberg.extras.LocalStorage.Backend
See theBackend companion object
trait Backend

Necessary backend for LocalStorage.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Load Local Storage.

Load Local Storage.

Attributes

def set(key: String, value: String): Unit

Save local Storage.

Save local Storage.

Attributes