Crate ritecache

Source

Structs§

Count
Size limit based on a simple count of cache items.
DiskCache
An basic disk cache of files on disk.
FileSize
LruCache
An LRU cache.

Enums§

DiskCacheError
Errors returned by this crate.

Traits§

Cache
A trait for a cache.
CountableMeter
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§

DiskCacheResult
A convenience Result type
LruDiskCache
An LRU cache of files on disk.