public void TestInit() { _fs = new IsolatedStorageFileSystem(IsolatedStorageFile.GetUserStoreForAssembly()); _cache = new FileSystemCache(_fs); _cache.Empty(); _cleaner = new LRUFileCacheCleaner(_fs); }
public void TestCleanup() { _cache.Empty(); }
public void TestInit() { _cache = new FileSystemCache(new StandardFileSystem()); _cache.Empty(); }