data_cache_manager library

Classes

CachedData
Represents the data returned from cache.
Config
The config to customize DataCacheManager.
DatabaseData
Represents the data to interact with the storage system.
DataCacheManager
DataCacheManager is a Flutter cache manager package for storing and managing Dart data types, and should be used as a single instance.
DataStore
Abstract class for the storage system.
DataStoreSqflite
A Sqflite implementation of DataStore.
DefaultDataCacheManager
Default DataCacheManager instance with default Config.
QueryParams
Represents the query parameters.

Enums

CacheLoc
Cache location types.
DataType
The data types for identifying the type of the cached data.

Exceptions / Errors

UnsupportedDataType
Exception for unsupported cache data type.