CacheInformation

The CacheInformation object provides information about entities saved in the blackberry.widgetcache .


Supported Platform(s)

- BlackBerry OS 5.0+
View Supported Platform Table
APIBB5.0BB6.0BB7.0PB1.0PB2.0BB10Ripple
expires Y Y Y       
size Y Y Y       
url Y Y Y       

Configuration Document Settings

To use all of the API described for this object, you must ensure the following settings are in your configuration document:

You must declare the feature element(s) below in your configuration document:

Feature IDBB5.0BB6.0BB7.0PB1.0PB2.0BB10Ripple
<feature id="blackberry.widgetcache.CacheInformation" /> Y Y Y       

Permission Elements (PlayBook and BlackBerry 10+)
This API does not require a <permission> element to be declared in the configuration document of your BlackBerry WebWorks Application.

Properties

Date expires
Number size
String url

Properties

readonly Date expires


Contains the expiration date of the cached copy.


Supported Platforms
 - BlackBerry OS 5.0+

readonly Number size


Contains the disk size of the cached copy.


Supported Platforms
 - BlackBerry OS 5.0+

readonly String url


Contains the URL string of the mapping request.


Supported Platforms
 - BlackBerry OS 5.0+

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Dec 30 2012 18:15:31 GMT-0500 (EST)