public interface CacheStatistics
| Modifier and Type | Method and Description |
|---|---|
double |
getCacheEfficiency()
Retrieves the percentage of cache hit that could successfully be served.
|
long |
getSuccessHits()
Retrieves the number of cache hits that could successfully be served.
|
long |
getTotalHits()
Retrieves the total number of cache hits.
|
double getCacheEfficiency()
long getSuccessHits()
long getTotalHits()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.