| Modifier and Type | Field and Description |
|---|---|
AtomicLong |
bypassed |
AtomicLong |
crawls |
AtomicLong |
errors |
AtomicLong |
hits |
AtomicLong |
l1Hits |
AtomicLong |
l1Misses |
AtomicLong |
misses |
| Constructor and Description |
|---|
CacheStats() |
public final AtomicLong hits
public final AtomicLong misses
public final AtomicLong errors
public final AtomicLong bypassed
public final AtomicLong crawls
public final AtomicLong l1Hits
public final AtomicLong l1Misses
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.