simple_cached_value 1.0.1
simple_cached_value: ^1.0.1 copied to clipboard
Provide a simple way to cache values in Flutter applications using in-memory storage or persistent storage with Shared Preferences.
1.0.1 #
- Initial Release: The first stable version of the package.
- Features:
- Added in-memory caching
- Implemented persistent storage using shared_preferences
- Support for cache expiration and eviction policies
- Documentation:
- Created README with usage examples.
- Added DartDoc comments for all public APIs.