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
Cachedatabase backing. - quote
- Generic quote cache for maintaining the last known quote per instrument.
Structs§
- Cache
- A common in-memory
Cachefor market and execution related data.