Package com.google.gerrit.server.cache
Class PersistentCache.DiskStats
java.lang.Object
com.google.gerrit.server.cache.PersistentCache.DiskStats
- Enclosing interface:
- PersistentCache
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DiskStats
public DiskStats(long size, long space, long hitCount, long missCount)
-
-
Method Details
-
size
public long size() -
space
public long space() -
hitCount
public long hitCount() -
requestCount
public long requestCount()
-