keeper library

Classes

AsyncKeep
Base class for a Keep that stores data asynchonously.
At
Declares a class field as kept at key. For sync storage.
AtAsync
Declares a class field as kept at key. For async storage.
DefaultKeepAsyncValue<T>
Represents a default value for KeepAsyncValue.
Keep
Base class for a Keep that stores data synchonously.
KeepAsyncKey<T>
Represents an async key in a Keep.
KeepAsyncValue<T>
A async value that is stored in Keeper.
KeepKey<T>
Represents a key in a Keep.
MakeKept
Declares that a class contains keys that should be kept.
MemoryKeep
A Keep that is in memory. It is not persisted to disk.

Constants

kept → const MakeKept
Declares that a class contains keys that should be kept.

Exceptions / Errors

KeeperException
An exception that happens inside Keeper.