Structs§
- Count
- Size limit based on a simple count of cache items.
- Disk
Cache - An basic disk cache of files on disk.
- File
Size - LruCache
- An LRU cache.
Enums§
- Disk
Cache Error - Errors returned by this crate.
Traits§
- Cache
- A trait for a cache.
- Countable
Meter - A trait to allow the default
Count
measurement to not store an extraneous counter. - Meter
- A trait for measuring the size of a cache entry.
Type Aliases§
- Disk
Cache Result - A convenience
Result
type - LruDisk
Cache - An LRU cache of files on disk.