Module il2_utils::cache [−][src]
Expand description
This module implements a very simple associative cache that stores read-only entries associated to a key.
Structs
This struct implements a simple value cache that holds up to a certain number of entries at a time.
Traits
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.
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.