Module state_cache

Source

Modules§

ordered 🔒
top_n 🔒

Structs§

OrderedStateCache
An implementation of StateCache that keeps all entries in an ordered in-memory map.
TopNStateCache
An implementation of StateCache that keeps a limited number of entries in an ordered in-memory map.

Traits§

StateCache
A common interface for state table cache.
StateCacheFiller