Closed mfornet closed 4 years ago
Add cache_get_mut to the Cached trait. It works similar to cache_get but provides mutable access to the retrieved value instead.
cache_get_mut
Cached
cache_get
thanks!
released in 0.12.0
thank you 👍
Add
cache_get_mut
to theCached
trait. It works similar tocache_get
but provides mutable access to the retrieved value instead.