Load

final case class Load(key: String) extends StorageEvent

Load command. Request data be loaded from local storage.

Load command. Request data be loaded from local storage.

Value Params
key

the unique key to look the data up with.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product