NiceViewCache constructor
- required NiceViewCacheStorage storage,
- Duration ttl = const Duration(hours: 1),
Implementation
NiceViewCache({
required this.storage,
this.ttl = const Duration(hours: 1),
});
NiceViewCache({
required this.storage,
this.ttl = const Duration(hours: 1),
});