Specifications

3-8
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
clear cache
clear cache
To clear cached objects, use the clear cache EXEC command.
clear cache {cifs | dre | http-metadatacache {all | conditional-response | redirect-response |
unauthorized-response} [url]}
Syntax Description
Defaults No default behavior or values.
Command Modes EXEC
Device Modes application-accelerator
central-manager
Usage Guidelines After you use the clear cache dre command, the first 1 MB of data is not optimized. The Cisco WAAS
software does not optimize the first 1 MB of data after a restart of the tcpproxy service. The data that is
transmitted after the first 1 MB of data will be optimized according to the configured policy.
The clear cache dre command may cause the system to reboot, but you are asked to confirm before the
command continues and you are given a chance to save any configuration changes that have been made
to the running configuration.
Examples The following example shows how to clear the CIFS cached objects on the WAAS device:
WAE# clear cache cifs
The following example shows how to clear the HTTP metadata cache for conditional responses:
WAE# clear cache http-metadatacache conditional-response
cifs Clears the CIFS cache.
dre Clears the DRE cache.
http-metadatacache Clears the HTTP accelerator metadata cache.
all Clears cache entries for all HTTP metadata cache response types.
conditional-response Clears cache entries for conditional responses (304).
redirect-response Clears cache entries for redirect responses (301).
unauthorized-response Clears cache entries for authorization required responses (401).
url Clears cache entries matching only the specified URL. If the URL
string contains a question mark (?), it must be escaped with a preceding
backslash (for example, \?).