local_value library

allows simple abstraction over local persistance.

Classes

LocalSingleton<T>
LocalValue<T>
Local persistance container. LocalValue is useful when storing many values (ex. storing multiple users by id). If storing singletons (ex. only storing the currently logged in user), consider using LocalSingleton
LocalValueImpl<T>
This is an internal implementation of LocalValue. required so that we can overload (LocalSingleton and LocalValue both have read and write methods with different paramaters). All doc comments are in LocalValue.

Enums

DocumentType