pvcache 0.3.5
pvcache: ^0.3.5 copied to clipboard
Adding hooks to Sembast and Flutter secure storage for advanced caching strategies
0.3.5 #
- add encryption recovery hooks
0.3.4 #
- reorganize tests into
test/core/andtest/hooks/directories for better maintainability - split monolithic test files into individual component test files
0.3.3 #
- add
iterKeys()method to iterate over all cache keys
0.3.2 #
- add heavy cache support: separate database files (pv{env}.db) for heavy caches on non-web platforms
- optimize database loading by allowing on-demand initialization per environment
0.3.1 #
- add support for macro get feature with pattern-based auto-fetching on cache miss
0.3.0 #
- complete revamp, replacing focus from Hive to Sembast