MemoryKeep class

A Keep that is in memory. It is not persisted to disk.

Implemented types

Constructors

MemoryKeep()
Returns a singleton instance of the keep.
factory
MemoryKeep.create()
Creates a new instance of the keep.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asyncKey<T>(String key) KeepAsyncKey<T>
Returns an async key in the keep.
override
key<T>(String key) KeepKey<T>
Returns a key in the keep.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited