Example #1
0
 public FileCache(StoreBase store)
 {
     this.store = store;
 }
Example #2
0
 public ContentStore(StoreBase fileStore)
 {
     _fileStore = fileStore;
 }