Module lru

Module lru 

Source
Available on crate feature lru only.
Expand description

§LRU cache provider

This is an implementation of a [CacheLayer] provider using lru::LruCache.

Structs§

LruProvider
Local LRU cache provider