Exemple #1
0
 public RootStorageCaches(StateRepositoryRoot repo)
 {
     this.repo  = repo;
     this.cache = new Dictionary <byte[], StorageCache>(new ByteArrayComparer());
 }
 public MultiStorageCache(StateRepositoryRoot parentRepo) : base(null)
 {
     this.parentRepo = parentRepo;
 }