Skip to main content

Module builder

Module builder 

Source
Expand description

Primitives for building a cache

The entrypoint of this crate is the CacheBuilder struct.

Structsยง

CacheBuilder
Represents the base builder for a Cache instance.
CacheBuilderInstance
Represents a particular instance of a CacheBuilder. It includes extra metadata of the policy, required to successfully work in all scenarios involving multiple policies.