Packagecom.whirled.contrib.cache
Classpublic class CacheStats



Public Properties
 PropertyDefined by
  dropped : int
[read-only]
CacheStats
  hits : int
[read-only]
CacheStats
  misses : int
[read-only]
CacheStats
  timeElapsed : int
[read-only]
CacheStats
  totalValue : int
[read-only]
CacheStats
Protected Properties
 PropertyDefined by
  _dropped : int = 0
CacheStats
  _hits : int = 0
CacheStats
  _misses : int = 0
CacheStats
  _statsCreation : int
CacheStats
  _timeElapsed : int = 0
CacheStats
  _totalTime : int = 0
CacheStats
  _totalValue : int = 0
CacheStats
Public Methods
 MethodDefined by
  
cacheDropped(value:int):void
CacheStats
  
cacheHit():void
CacheStats
  
cacheMiss():void
CacheStats
  
fixTime():void
CacheStats
  
setTotalValue(value:int):void
CacheStats
  
toString():String
CacheStats
Property detail
_droppedproperty
protected var _dropped:int = 0
droppedproperty 
dropped:int  [read-only]Implementation
    public function get dropped():int
_hitsproperty 
protected var _hits:int = 0
hitsproperty 
hits:int  [read-only]Implementation
    public function get hits():int
_missesproperty 
protected var _misses:int = 0
missesproperty 
misses:int  [read-only]Implementation
    public function get misses():int
_statsCreationproperty 
protected var _statsCreation:int
_timeElapsedproperty 
protected var _timeElapsed:int = 0
timeElapsedproperty 
timeElapsed:int  [read-only]Implementation
    public function get timeElapsed():int
_totalTimeproperty 
protected var _totalTime:int = 0
_totalValueproperty 
protected var _totalValue:int = 0
totalValueproperty 
totalValue:int  [read-only]Implementation
    public function get totalValue():int
Method detail
cacheDropped()method
public function cacheDropped(value:int):voidParameters
value:int
cacheHit()method 
public function cacheHit():void
cacheMiss()method 
public function cacheMiss():void
fixTime()method 
public function fixTime():void
setTotalValue()method 
public function setTotalValue(value:int):voidParameters
value:int
toString()method 
public function toString():String

Returns
String