Expand description
Caching layer for blockchain entities and domain objects.
This module provides an in-memory cache with optional PostgreSQL persistence for storing and retrieving blockchain-related data such as blocks, tokens, pools, swaps, and other DeFi protocol events.
Modules§
- consistency
- copy
- PostgreSQL COPY BINARY operations for high-performance bulk data loading.
- database
- rows
Structs§
- Blockchain
Cache - Provides caching functionality for various blockchain domain objects.