Пример #1
0
 /** @return aggregate in-memory hit rate */
 public long getCacheInMemoryHitRate() {
   return sampledCacheManagerDelegate.getCacheInMemoryHitRate();
 }