Crate ritecache[][src]

Structs

Size limit based on a simple count of cache items.

An basic disk cache of files on disk.

An LRU cache.

Enums

Errors returned by this crate.

Traits

A trait for a cache.

A trait to allow the default Count measurement to not store an extraneous counter.

A trait for measuring the size of a cache entry.

Type Definitions

A convenience Result type

An LRU cache of files on disk.