cache_annotations 1.0.3
cache_annotations: ^1.0.3 copied to clipboard
This package is a type conversion generator using source_gen and inspired by Retrofit to help you manage persistent cache.
1.0.3 #
@CachedKey
is now deprecated, use@Cahed
instead@SortBy
is now deprecated, use the path's field on@Cached
instead
1.0.2 #
- Fix cached values after calling deleteAll or delete
1.0.1 #
- Add new parameter 'convert' to @Path or @SortBy to allow more customization of the path or sort by value
1.0.0 #
- Initial release