pub struct NoCache;Expand description
A cache object implementing no cache.
This type of cache doesn’t have to be kept around and may be constructed on every api call.
You could simply pass &mut NoCache::new() every time.
pub struct NoCache;A cache object implementing no cache.
This type of cache doesn’t have to be kept around and may be constructed on every api call.
You could simply pass &mut NoCache::new() every time.