Ejemplo n.º 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);
        }
Ejemplo n.º 3
0
 public void TestCleanup()
 {
     _cache.Empty();
 }
 public void TestInit()
 {
     _cache = new FileSystemCache(new StandardFileSystem());
     _cache.Empty();
 }
Ejemplo n.º 5
0
 public void TestInit()
 {
     _cache = new FileSystemCache(new StandardFileSystem());
     _cache.Empty();
 }