PersistentCache<V> constructor
PersistentCache<V> ({})
Implementation
PersistentCache({
required this.cacheKey,
required this.maxSize,
required this.fromJson,
required this.toJson,
this.expiration,
});