syncache_hive 0.1.0 copy "syncache_hive: ^0.1.0" to clipboard
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 of TaggableStore<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/isClosed properties
  • 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)
1
likes
150
points
86
downloads

Documentation

API reference

Publisher

verified publisherthedevayo.com

Weekly Downloads

Hive storage backend for Syncache. Provides cross-platform persistent caching with full support for tag-based invalidation, pattern matching, and automatic JSON serialization.

Repository (GitHub)
View/report issues

Topics

#cache #offline-first #hive #persistence

License

MIT (license)

Dependencies

hive, syncache

More

Packages that depend on syncache_hive