CacheTTLConfig constructor
CacheTTLConfig({})
Implementation
CacheTTLConfig({
this.defaultInfiniteQueryTTL,
this.defaultQueryTTL,
bool? enablePeriodicTTLRefresh,
}) : enablePeriodicTTLRefresh = enablePeriodicTTLRefresh ?? true;