Packagecom.yahoo.webapis.search
Classpublic class Cache

Cache is a Value Object for the Search API.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Cache(url:String, size:uint)
Construct a new Cache instance.
Cache
  
toString():String
Cache
Property detail
idproperty
id:String  [read-write]

The ID of the Cache.

Implementation
    public function get id():String
    public function set id(value:String):void
nameproperty 
name:String  [read-write]

The Name of the Cache.

Implementation
    public function get name():String
    public function set name(value:String):void
sizeproperty 
size:uint  [read-write]

The size of the Cache in bytes.

Implementation
    public function get size():uint
    public function set size(value:uint):void
urlproperty 
url:String  [read-write]

The url to the Cache.

Implementation
    public function get url():String
    public function set url(value:String):void
Constructor detail
Cache()constructor
public function Cache(url:String, size:uint)

Construct a new Cache instance.

Parameters
url:String
 
size:uint
Method detail
toString()method
public function toString():String

Returns
String