Module cache

Source
Expand description

In-memory cache for market and execution data, with optional persistent backing.

Provides methods to load, query, and update cached data such as instruments, orders, and prices.

Re-exports§

pub use config::CacheConfig;

Modules§

config
database
Provides a Cache database backing.

Structs§

Cache
A common in-memory Cache for market and execution related data.