Expand description
This module implements a very simple associative cache that stores read-only entries associated to a key.
Structs§
- Simple
Cache - This struct implements a simple value cache that holds up to a certain number of entries at a time.
Traits§
- Cache
Engine - This trait is implemented by all value caches on this module. A value cache must be able to associate shared read-only values to a given key value.
- Value
Cache - This trait is implemented by all value caches on this module. A value cache must be able to associate shared read-only values to a given key value.