[][src]Crate futures_cache

Futures-aware cache abstraction

Provides a cache that persists data on the filesystem using RocksDB.

Structs

Cache

Primary cache abstraction.

EntryRef

Entry with a reference to the underlying cache.

JsonEntry

Entry which have had its type erased into a JSON representation for convenience.

StoredEntry

A complete stored entry with a type.

Enums

Error

Error type for the cache.

State

Represents the state of an entry.