| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
Cache.getStatistics()
Get statistics of the cache like hitrate, or size.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpungeStrategy.triggers(CacheStatistics statistics)
Checks if the strategy triggers based on the given statistics.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractRecyclingExpungeStrategy.triggers(CacheStatistics statistics) |
boolean |
AbstractOneOverMaxSizeExpungeStrategy.triggers(CacheStatistics statistics) |
boolean |
NoopExpungeStrategy.triggers(CacheStatistics statistics) |
boolean |
ExpiredOnlyExpungeStrategy.triggers(CacheStatistics statistics) |
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
NoopCache.getStatistics() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheStatistics |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.