getcacheobject

Use this method to get a list of all cached objects. The list displays the unique locator ID of each cached object along with the content group in which it was cached, and other details. To view more details of a specific cached object, use the -locator parameter along with this method.

Syntax



Parameters

url

URL of the particular object whose details is required. Parameter "host" must be specified along with the URL.

locator

ID of the cached object.

httpstatus

HTTP status of the object.

host

Host name of the object. Parameter "url" must be specified.

port

Host port of the object. You must also set the Host parameter.
Default value = 80.
Minimum value = 1.

groupname

Name of the content group to which the object belongs. It will display only the objects belonging to the specified content group. You must also set the Host parameter.

httpmethod

HTTP request method that caused the object to be stored.
Default value = NS_HTTP_METHOD_GET.

group

Name of the content group whose objects should be listed.

ignoremarkerobjects

Ignore marker objects. Marker objects are created when a response exceeds the maximum or minimum response size for the content group or has not yet received the minimum number of hits for the content group.

includenotreadyobjects

Include responses that have not yet reached a minimum number of hits before being cached.

Return Value


See Also