LocalStorage

oxygen.ui.web.service.LocalStorage
See theLocalStorage companion trait
object LocalStorage

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Live extends LocalStorage

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LocalStorage
class Object
trait Matchable
class Any
Show all
Self type
Live.type
final class StorageCache[A](storageKey: StorageKey[A], cache: Ref[Option[A]])

Attributes

Supertypes
class Object
trait Matchable
class Any
final class StorageKey[A](localStorage: LocalStorage, val key: String, encode: A => String, decode: String => Either[String, A])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete fields

val live: ULayer[LocalStorage]