cached_storage library

Classes

CachedStorage
A storage delegate utilizing sqflite as the database plugin. CachedStorage stores the fetched data as a jsonEncoded string. If better performance or to have more control over how the data is stored create a custom storage class by extending StorageInterface from the CachedQuery package.