smart_cache_manager 1.0.2 copy "smart_cache_manager: ^1.0.2" to clipboard
smart_cache_manager: ^1.0.2 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.2 #

  • Fix some eviction policy issues.
  • Clears test run with all tests passed.

1.0.1 #

  • Fix formatting issues to improve pub points.

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
42
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