BackupCacheStore constructor
BackupCacheStore({
- required CacheStore primary,
- required CacheStore secondary,
Implementation
BackupCacheStore({required this.primary, required this.secondary}) {
clean(staleOnly: true);
}