Exemplo n.º 1
0
 protected void SetUp()
 {
     Configuration = new TestConfiguration();
     FSProvider    = new TestFSProvider();
     Cache         = new FileCacheImpl(Configuration, FSProvider);
 }
Exemplo n.º 2
0
 static FileCache()
 {
     Instance = new FileCacheImpl();
 }