nosql_cache_manager 0.0.1
nosql_cache_manager: ^0.0.1 copied to clipboard
A flutter cache manager for storing and retrieving data with Sembast.
0.0.1 #
- Initial release of the
cache_manager
package. - Implemented core caching functionalities:
- Cache data with JSON encoding.
- Retrieve and check cache expiration.
- Delete specific cache entries.
- Clear all cache entries.
- Added support for dynamic store names using
sembast
. - Provided basic methods for cache management including
setCache
,getCache
,deleteCache
, andclearAllCache
. - Included basic setup and initialization in
CacheManager
.