cached 1.4.0 cached: ^1.4.0 copied to clipboard
Dart package with build-in code generation. Simplifies and speedup creation of cache mechanism for dart classes.
1.4.0 #
- Add
@DeletesCache()
annotation - Make parameters anonymous in
@CachePeek()
and@CacheKey()
annotations - Add support for getters for
@Cached()
annotation
1.3.1 #
- Allow
@ClearCached()
and@ClearAllCached()
methods to returnFuture<void>
1.3.0 #
- Add
@PeakCache()
annotation - Fix generating
@StreamedCache()
with ignored parameters
1.2.2 #
- Fix analysis
1.2.1 #
- Fix decumentation redirects
1.2.0 #
- Add
@StreamedCache()
annotation
1.1.0 #
- Add
@IgnoreCache()
annotation - Add
@CacheKey()
annotation
1.0.4 #
- Change analyzer version to ">=3.0.0 <5.0.0"
1.0.3 #
- Downgrade meta package to 1.7.0
1.0.2 #
- Fix README.md
1.0.1 #
- Fix analyzer warnings
1.0.0 #
- Initial version of cached library