| Property | Defined by | ||
|---|---|---|---|
| id : String
The ID of the Cache.
| Cache | ||
| name : String
The Name of the Cache.
| Cache | ||
| size : uint
The size of the Cache in bytes.
| Cache | ||
| url : String
The url to the Cache.
| Cache | ||
| Method | Defined by | ||
|---|---|---|---|
|
Cache(url:String, size:uint)
Construct a new Cache instance.
| Cache | ||
|
toString():String
| Cache | ||
| id | property |
id:String [read-write]The ID of the Cache.
Implementation public function get id():String
public function set id(value:String):void
| name | property |
name:String [read-write]The Name of the Cache.
Implementation public function get name():String
public function set name(value:String):void
| size | property |
size:uint [read-write]The size of the Cache in bytes.
Implementation public function get size():uint
public function set size(value:uint):void
| url | property |
url:String [read-write]The url to the Cache.
Implementation public function get url():String
public function set url(value:String):void
| Cache | () | constructor |
public function Cache(url:String, size:uint)Construct a new Cache instance.
Parametersurl:String |
|
size:uint |
| toString | () | method |
public function toString():String
Returns
String |