Packageorg.vostokframework.application.cache
Classpublic class CachedAssetData
InheritanceCachedAssetData Inheritance Object

description



Public Properties
 PropertyDefined By
  bytesTotal : int
CachedAssetData
  data : *
[read-only]
CachedAssetData
  identification : VostokIdentification
[read-only]
CachedAssetData
  latency : int
CachedAssetData
  queueIdentification : VostokIdentification
[read-only]
CachedAssetData
  src : String
[read-only]
CachedAssetData
  totalTime : int
CachedAssetData
  type : AssetType
[read-only]
CachedAssetData
Public Methods
 MethodDefined By
  
CachedAssetData(identification:VostokIdentification, queueIdentification:VostokIdentification, data:*, type:AssetType, src:String)
description
CachedAssetData
Property Detail
bytesTotalproperty
bytesTotal:int


Implementation
    public function get bytesTotal():int
    public function set bytesTotal(value:int):void
dataproperty 
data:*  [read-only]


Implementation
    public function get data():*
identificationproperty 
identification:VostokIdentification  [read-only]


Implementation
    public function get identification():VostokIdentification
latencyproperty 
latency:int


Implementation
    public function get latency():int
    public function set latency(value:int):void
queueIdentificationproperty 
queueIdentification:VostokIdentification  [read-only]


Implementation
    public function get queueIdentification():VostokIdentification
srcproperty 
src:String  [read-only]


Implementation
    public function get src():String
totalTimeproperty 
totalTime:int


Implementation
    public function get totalTime():int
    public function set totalTime(value:int):void
typeproperty 
type:AssetType  [read-only]


Implementation
    public function get type():AssetType
Constructor Detail
CachedAssetData()Constructor
public function CachedAssetData(identification:VostokIdentification, queueIdentification:VostokIdentification, data:*, type:AssetType, src:String)

description

Parameters
identification:VostokIdentification
 
queueIdentification:VostokIdentification
 
data:*
 
type:AssetType
 
src:String