InMemoryCacheManager constructor
InMemoryCacheManager({
- Duration? cacheDuration,
Implementation
InMemoryCacheManager({Duration? cacheDuration})
: _cacheDuration = cacheDuration ?? const Duration(minutes: 5);