ever_cache 0.0.8
ever_cache: ^0.0.8 copied to clipboard
Allows to cache a computed value for a specific duration.
0.0.1 #
- Initial version.
0.0.2 #
- Fix
computeSync()
method to handle states correctly.
0.0.3 #
- Remove type constraint
0.0.4 #
- Code refactors
- Implemented locking mechanism for using the value
0.0.5 #
- introduce custom disposer for the value
0.0.6 #
- Fix the issue with value getter
0.0.7 #
- Introduce EverCachedValue
0.0.8 #
- Fix the issue with EverCachedValue
- Refactors