-
public class LoadComponent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final AtomicLongpageCacheHitsprivate final AtomicLongdbGetCountpublic final static LoadComponent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AtomicLonggetPageCacheHits()final AtomicLonggetDbGetCount()-
-
Method Detail
-
getPageCacheHits
final AtomicLong getPageCacheHits()
-
getDbGetCount
final AtomicLong getDbGetCount()
-
-
-
-