- 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.
- Flutter Auto Cache's Logo
- Improve README.md
- Removed items from .pubignore
- 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.