| Property | Defined 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 | ||
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
cacheDropped(value:int):void
| CacheStats | ||
|
cacheHit():void
| CacheStats | ||
|
cacheMiss():void
| CacheStats | ||
|
fixTime():void
| CacheStats | ||
|
setTotalValue(value:int):void
| CacheStats | ||
|
toString():String
| CacheStats | ||
| _dropped | property |
protected var _dropped:int = 0
| dropped | property |
dropped:int [read-only]Implementation
public function get dropped():int
| _hits | property |
protected var _hits:int = 0
| hits | property |
hits:int [read-only]Implementation
public function get hits():int
| _misses | property |
protected var _misses:int = 0
| misses | property |
misses:int [read-only]Implementation
public function get misses():int
| _statsCreation | property |
protected var _statsCreation:int
| _timeElapsed | property |
protected var _timeElapsed:int = 0
| timeElapsed | property |
timeElapsed:int [read-only]Implementation
public function get timeElapsed():int
| _totalTime | property |
protected var _totalTime:int = 0
| _totalValue | property |
protected var _totalValue:int = 0
| totalValue | property |
totalValue:int [read-only]Implementation
public function get totalValue():int
| 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 |