cache_store library

Classes

CacheStore
Object to access specific CacheStore

Typedefs

HasDataChanged<T> = Future<T?> Function({required T data, required String key})
TypeDef for invalidation function which you can pass in get method to run while fetching data from cache in certain interval of time