| Package | com.whirled.contrib.cache |
| Interface | public interface Cache extends DataSource |
| Implementors | ByteArrayEvaluator, LeastRecentlyUsedCache, LFUWeightedAgeCache, ObjectCountEvaluator |
| Property | Defined by | ||
|---|---|---|---|
| cacheStats : CacheStats
[read-only]
When this function is called, the stats accumulated since the last time it was called are
returned, and a new CacheStats objects is used to record future stats.
| Cache | ||
| cacheStats | property |
cacheStats:CacheStats [read-only]When this function is called, the stats accumulated since the last time it was called are returned, and a new CacheStats objects is used to record future stats.
Implementation public function get cacheStats():CacheStats