BackupCacheStore constructor

BackupCacheStore({
  1. required CacheStore primary,
  2. required CacheStore secondary,
})

Implementation

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