public final class SimpleCacheStats extends Object implements CacheStats
| Constructor and Description |
|---|
SimpleCacheStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAcquires() |
long |
getCreates() |
long |
getDestroyed() |
long |
getReleases() |
String |
toString() |
public long getAcquires()
getAcquires in interface CacheStatspublic long getCreates()
getCreates in interface CacheStatspublic long getReleases()
getReleases in interface CacheStatspublic long getDestroyed()
getDestroyed in interface CacheStatsCopyright © 2012. All Rights Reserved.