예제 #1
0
 protected void SetUp()
 {
     Configuration = new TestConfiguration();
     FSProvider    = new TestFSProvider();
     Cache         = new FileCacheImpl(Configuration, FSProvider);
 }
예제 #2
0
 static FileCache()
 {
     Instance = new FileCacheImpl();
 }