| flushcacheobject |
Use this method to removes a cached object from memory and from disk (if it has a disk copy). You have to specify the locator ID of the cached object by using the -locator parameter |
Syntax |
Parameters |
locator |
ID of the cached object. To view the locator ID of the cached objects, use the show cache object method. |
url |
URL of the object to be flushed. You must also set the Host parameter. |
host |
Host of the object to be flushed. Must provide the "url" parameter along with the host. |
port |
Host port of the object to be flushed. Must provide the "host" parameter along with the port. Default value = 80. Minimum value = 1. |
groupname |
Name of the content group to which the object belongs. Must provide the \"host\" parameter along with the group name. |
httpmethod |
HTTP request method that caused the object to be stored. All objects cached by that method will be flushed. Default value = NS_HTTP_METHOD_GET. |
Return Value |
Returns simpleResult |
See Also |