syncache_hive 0.1.0
syncache_hive: ^0.1.0 copied to clipboard
Hive storage backend for Syncache. Provides cross-platform persistent caching with full support for tag-based invalidation, pattern matching, and automatic JSON serialization.
0.1.0 #
- Initial release
HiveStore<T>implementation ofTaggableStore<T>- Full support for tag-based cache invalidation
- Pattern-based key matching and deletion
- Automatic JSON serialization for metadata
- Atomic operations - tags embedded in entries for consistency
- State management with
isOpen/isClosedproperties - Graceful handling of corrupted data (returns null, deletes entry)
- Idempotent
close()method - Thread-safe
close()- waits for pending operations to complete - Graceful handling of invalid tags data (returns empty list)