public interface ICacheStatistics
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears this cache statistics.
|
long |
getHitCount()
Returns the number of searchs that successfully found the entry in the cache.
|
long |
getMissCount()
Returns the number of searchs that did not found the entry in the cache.
|
long getHitCount()
long getMissCount()
void clear()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.