Exemplo n.º 1
0
 public void TestInitialise()
 {
     _cache = CreateCacheWith(new LastFlushCacheStatistic());
 }
Exemplo n.º 2
0
 public void TestInitialise()
 {
     _cache = CreateCacheWith(new CacheHitRatioCacheStatistic());
 }
 public void TestInitialise()
 {
     _cache = CreateCacheWith(new ItemAccessCacheStatistic());
 }