cached_annotation
Annotations for the Cached code-generator. This package does nothing without Cached.
1.8.1
3.3K downloads/mo
#4459 most downloaded on pub.dev
Iteo/cached
What this package is like to depend on
Last release 10 months ago
28 Oct 2025
Ships unpredictably
gaps range from 1 weeks to 1.2 years
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
11 releases · first in 2022
2 releases in the last 12 months
see the full history below
Release timeline
11 releases · May 2022 to Oct 2025
2023
2024
2025
2026
Releases
latest 11-
1.8.128 Oct 2025 -
1.8.003 Oct 2025Release notes
Open source →- Add
UpdateCache()annotation - allows to update cache value without calling the original method
- Add
-
1.7.121 Mar 2025 -
1.7.011 Mar 2024Release notes
Open source →- Fix not working peristent storage with the getters
- Add
@DirectPersistentCached()annotation - avoid store cached data in generated classes by cached, data will be stored only in external storage - Add
@LazyPersistentCached()annotation - initialize cache from external storage only after the first method call - Mark
@Cached(persistentStorage: )parameter as @Deprecated - Update documentation
-
1.6.019 Dec 2022Release notes
Open source →- Add
@Cached(persistentStorage: )parameter, which allows you to turn on cache persisting with usage of external storage.
- Add
-
1.5.002 Dec 2022Release notes
Open source →- Add
@Cached(where: )parameter - function triggered before caching the value for conditional caching.
- Add
-
1.4.022 Nov 2022Release notes
Open source →- Add
@DeletesCache()annotation - Make parameters anonymous in
@CachePeek()and@CacheKey()annotations - Add support for getters for
@Cached()annotation
- Add
-
1.3.018 Oct 2022Release notes
Open source →- Add
@PeakCache()annotation - Fix generating
@StreamedCache()with ignored parameters
- Add
-
1.2.006 Jul 2022 -
1.1.022 Jun 2022 -
1.0.027 May 2022