-- Add cached_result
and cached_key_result
to allow the caching of success for a function that returns Result
.
- Add
cached_key
macro to allow defining the caching key
- Tweak
cached
macro syntax - Update readme
- Update trait docs
- Update readme
- Update examples
- Update crate documentation and examples