flutter_cache_pro 1.0.0
flutter_cache_pro: ^1.0.0 copied to clipboard
Professional caching solution with LRU, TTL, priority levels, memory and disk storage for Flutter applications.
1.0.0 #
- Initial release
- Multi-level caching (memory + disk)
- LRU eviction algorithm
- TTL (Time To Live) management
- Priority-based caching (high/medium/low)
- Type-safe generic support
- Cache statistics and monitoring
- Auto-clear expired entries
- Flexible serialization support
- Production-ready and well-tested