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§
Structs§
- Cache
- A common in-memory
Cache
for market and execution related data.