Structs§
- Cache
- Cache
Handle - | Opaque handle to an entry stored in the | cache. |
- Cache
Rep
Traits§
- Cache
Erase - Cache
Insert - Cache
Interface - Cache
Lookup - Cache
NewId - Cache
Prune - Cache
Release - Cache
Total Charge - Cache
Value
Functions§
- new_
lru_ cache - | Create a new cache with a fixed size capacity. | | This implementation of Cache uses a | least-recently-used eviction policy. |