Beispiel #1
0
        public void TestInit()
        {
            _fs = new IsolatedStorageFileSystem(IsolatedStorageFile.GetUserStoreForAssembly());

            _cache = new FileSystemCache(_fs);
            _cache.Empty();

            _cleaner = new LRUFileCacheCleaner(_fs);
        }
        public void TestInit()
        {
            _fs = new IsolatedStorageFileSystem(IsolatedStorageFile.GetUserStoreForAssembly());

            _cache = new FileSystemCache(_fs);
            _cache.Empty();

            _cleaner = new LRUFileCacheCleaner(_fs);
        }
Beispiel #3
0
 public void TestCleanup()
 {
     _cache.Empty();
 }
 public void TestInit()
 {
     _cache = new FileSystemCache(new StandardFileSystem());
     _cache.Empty();
 }
Beispiel #5
0
 public void TestInit()
 {
     _cache = new FileSystemCache(new StandardFileSystem());
     _cache.Empty();
 }