Crate mincache_impl

Source

Attribute Macrosยง

timed
A timed cache. The function will be called once, and then wait the specified amount of time until it is able to be called again. In the mean time it returns the cached value, being cloned each time as an owned value.