smart_cache_manager 1.0.0 copy "smart_cache_manager: ^1.0.0" to clipboard
smart_cache_manager: ^1.0.0 copied to clipboard

A smart, persistent caching library for Flutter. Supports LRU & FIFO eviction, auto-expiry (TTL), and flexible storage (Disk or RAM).

1.0.0 #

  • 🎉 Initial Release.
  • Added SmartCache singleton for global access.
  • Implemented LRU (Least Recently Used) eviction strategy.
  • Added FIFO (First In First Out) strategy support.
  • Implemented robust FileStorageEngine with JSON persistence.
  • Added automatic file corruption handling (zombie file cleanup).
  • Added initializeCache for custom configuration on startup.
3
likes
0
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

A smart, persistent caching library for Flutter. Supports LRU & FIFO eviction, auto-expiry (TTL), and flexible storage (Disk or RAM).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path_provider

More

Packages that depend on smart_cache_manager