public FileCache(StoreBase store) { this.store = store; }
public ContentStore(StoreBase fileStore) { _fileStore = fileStore; }