Module cache

Module cache 

Source
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
CacheConfig
Cache configuration for different query types
CacheStats
Cache statistics
EvmCache
Multi-tier cache for different types of EVM data