Module cache

Module cache 

Source
Expand description

Caching utilities for storing and retrieving RPC responses to optimize performance Cache utilities.

Structs§

EdbCache
A cache manager that stores data in the file system.
EdbCachePath
Cache path for edb.

Constants§

DEFAULT_ETHERSCAN_CACHE_TTL
Default cache TTL for etherscan. Set to 1 day since the source code of a contract is unlikely to change frequently.

Traits§

Cache
Trait for cache.
CachePath
Trait for cache paths.