Expand description
Caching layer for EVM queries
This module provides:
- In-memory LRU cache
- Configurable TTL per cache type
- Automatic cache invalidation
- Cache statistics
Structsยง
- Cache
- Simple in-memory cache with TTL support
- Cache
Config - Cache configuration for different query types
- Cache
Stats - Cache statistics
- EvmCache
- Multi-tier cache for different types of EVM data