public final class CombinedCacheStats extends java.lang.Object implements CacheStats
| Modifier and Type | Method and Description |
|---|---|
long |
getAcquires() |
long |
getCreates() |
long |
getDestroyed() |
long |
getReleases() |
java.lang.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 CacheStatspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012. All Rights Reserved.