[][src]Module bindle::cache

Caching implementations for client and server-side usage. This module is under heavy development and iteration

Re-exports

pub use dumb::DumbCache;

Modules

dumb

A cache that doesn't ever expire entries, generally for use by a client storing bindles on disk

Traits

Cache

A marker trait that indicates this is a caching implementation (as opposed to just storage)