Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 645 Bytes

File metadata and controls

24 lines (17 loc) · 645 Bytes

0.0.4

  • Implemented LRU (Least Recently Used) Substitution Algorithm.
  • Implemented MRU (Most Recently Used) Substitution Algorithm.
  • Closed issues related to cache size verification.
  • Improved logging functionality for better diagnostics and monitoring.

0.0.3

  • Flutter Auto Cache's Logo

0.0.2

  • Improve README.md
  • Removed items from .pubignore

0.0.1

  • Initial release of Flutter Auto Cache.
  • Added raw data module.
  • Implemented encryption for stored data.
  • Included replacement policies for cache management.
  • Introduced invalidation methods to ensure cache freshness.
  • Added feature to analyze occupied cache size.