lightdb.Persistence
See thePersistence companion trait
object Persistence
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Persistence.type
Members list
Type members
Classlikes
case object Cached extends Persistence
Stored on disk and cached in memory
Stored on disk and cached in memory
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Persistenceclass Objecttrait Matchableclass AnyShow all
- Self type
-
Cached.type
case object Memory extends Persistence
Stored in memory only
Stored in memory only
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Persistenceclass Objecttrait Matchableclass AnyShow all
- Self type
-
Memory.type
case object Stored extends Persistence
Stored on disk only
Stored on disk only
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Persistenceclass Objecttrait Matchableclass AnyShow all
- Self type
-
Stored.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article