CacheMiddleware constructor
Implementation
CacheMiddleware({
Set<String>? cacheableMethods,
this.ttl = const Duration(seconds: 15),
}) : cacheableMethods = cacheableMethods ?? {'eth_chainId', 'net_version'};
CacheMiddleware({
Set<String>? cacheableMethods,
this.ttl = const Duration(seconds: 15),
}) : cacheableMethods = cacheableMethods ?? {'eth_chainId', 'net_version'};