Packagecom.whirled.contrib.cache
Interfacepublic interface Cache extends DataSource
ImplementorsByteArrayEvaluator, LeastRecentlyUsedCache, LFUWeightedAgeCache, ObjectCountEvaluator



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
 Inherited
getObject(name:String):Object
DataSource
Property detail
cacheStatsproperty
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