pvcache 0.1.3
pvcache: ^0.1.3 copied to clipboard
A flexible, high-performance caching library that extends other caching frameworks
0.1.2 #
- fixed critical bug in OnError handler logic preventing execution
0.1.1 #
- added
ifNotCachedfunction to cacher class
0.1.0 #
- standardized MetadataStorage mixin interface across all adapters
- updated ExpiryAdapter to use new MetadataStorage patterns
- improved metadata cleanup and storage efficiency
0.0.3 #
- added hooks for before and after metadata operations in storage interfaces
- additional interfaces exported
0.0.2 #
- documentation and examples
0.0.1 #
- base implementation