Module cache

Source
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§

database
rows

Structs§

BlockchainCache
Provides caching functionality for various blockchain domain objects.