Fortinet white logo
Fortinet white logo

Script Reference Guide

HTTP:caching_drop()

HTTP:caching_drop()

Drops an ongoing caching operation.

Syntax

HTTP:caching_drop();

Arguments

N/A

Events

Applicable in HTTP_RESPONSE.

Example

when HTTP_RESPONSE {
ret=HTTP:caching_drop()
if ret then
debug("script dropping caching: True\n")
else
debug("script dropping caching: False\n");
end
}

Supported Version

FortiADC version 5.3.x and later.

HTTP:caching_drop()

HTTP:caching_drop()

Drops an ongoing caching operation.

Syntax

HTTP:caching_drop();

Arguments

N/A

Events

Applicable in HTTP_RESPONSE.

Example

when HTTP_RESPONSE {
ret=HTTP:caching_drop()
if ret then
debug("script dropping caching: True\n")
else
debug("script dropping caching: False\n");
end
}

Supported Version

FortiADC version 5.3.x and later.