Caching is always enabled in Blocklight to optimize performance and reduce RPC calls. Configure cache TTL (Time To Live) in analysis configuration.Documentation Index
Fetch the complete documentation index at: https://docs.blocklight.co/llms.txt
Use this file to discover all available pages before exploring further.
Cache Strategy
Blocklight uses in-memory caching with configurable TTLs:- Transactions: 5 minutes TTL (default) - recent transaction data
Configuration
Configure cache TTLs inconfig.yaml:
Performance Impact
Caching significantly reduces RPC calls and improves latency:- Transaction receipts: Cached for 5 minutes to balance freshness and performance