|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CacheStatistics in net.dontdrinkandroot.cache |
|---|
| Methods in net.dontdrinkandroot.cache that return CacheStatistics | |
|---|---|
CacheStatistics |
Cache.getStatistics()
Get statistics of the cache like hitrate, or size. |
| Uses of CacheStatistics in net.dontdrinkandroot.cache.expungestrategy |
|---|
| Methods in net.dontdrinkandroot.cache.expungestrategy with parameters of type CacheStatistics | |
|---|---|
boolean |
ExpungeStrategy.triggers(CacheStatistics statistics)
Checks if the strategy triggers based on the given statistics. |
| Uses of CacheStatistics in net.dontdrinkandroot.cache.expungestrategy.impl |
|---|
| Methods in net.dontdrinkandroot.cache.expungestrategy.impl with parameters of type CacheStatistics | |
|---|---|
boolean |
NoopExpungeStrategy.triggers(CacheStatistics statistics)
|
boolean |
ExpiredOnlyExpungeStrategy.triggers(CacheStatistics statistics)
|
boolean |
AbstractRecyclingExpungeStrategy.triggers(CacheStatistics statistics)
|
boolean |
AbstractOneOverMaxSizeExpungeStrategy.triggers(CacheStatistics statistics)
|
| Uses of CacheStatistics in net.dontdrinkandroot.cache.impl.memory |
|---|
| Methods in net.dontdrinkandroot.cache.impl.memory that return CacheStatistics | |
|---|---|
CacheStatistics |
NoopCache.getStatistics()
|
| Uses of CacheStatistics in net.dontdrinkandroot.cache.statistics.impl |
|---|
| Classes in net.dontdrinkandroot.cache.statistics.impl that implement CacheStatistics | |
|---|---|
class |
SimpleCacheStatistics
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||