.\" Licensed to the Apache Software Foundation (ASF) under one .\" .\" or more contributor license agreements. See the NOTICE file .\" .\" distributed with this work for additional information .\" .\" regarding copyright ownership. The ASF licenses this file .\" .\" to you under the Apache License, Version 2.0 (the .\" .\" "License"); you may not use this file except in compliance .\" .\" with the License. You may obtain a copy of the License at .\" .\" .\" .\" http://www.apache.org/licenses/LICENSE-2.0 .\" .\" .\" .\" Unless required by applicable law or agreed to in writing, software .\" .\" distributed under the License is distributed on an "AS IS" BASIS, .\" .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" .\" See the License for the specific language governing permissions and .\" .\" limitations under the License. .\" .TH "show:cache" .SH NAME show:cache \- This command displays cache configuration information. .SH SYNOPSIS show:cache [rules | storage] .SH DESCRIPTION Execute the show:cache command to view basic cache configuration information, or type the servers or access options to display access. .SH OPTIONS The following options are supported for the show:cache command: .SS rules The rules option enables you to specify the caching parameters of specific objects or sets of objects. .SS storage The storage option displays the storage.confg file, which lists all the files, directories, or hard disk partitions that make up the cache. .SH EXAMPLES .SS "Example 1. Displaying basic cache configuration information" .PP .nf traffic_shell> show:cache HTTP Caching --------------------------- on Ignore User Requests To Bypass Cache --- off Maximum HTTP Object Size ----------- NONE Freshness Verify Freshness By Checking --------- When The Object Has Expired Minimum Information to be Cacheable -- Nothing If Object has no Expiration Date: Leave it in Cache for at least ----- 3600 s but no more than ------------------- 86400 s Variable Content Cache Responses to URLs that contain "?",";","cgi" or end in ".asp" ----- off Alternates Enabled ------------------- off Vary on HTTP Header Fields: Text ------------------------------- NULL Images ----------------------------- NULL Other ------------------------------ NULL Cache responses to requests containing cookies for: Content Types which are not Text traffic_shell> .SS "Example 2. Displaying cache.config file rules" .PP .nf traffic_shell> show:cache rules (Displays rules from the cache.config file.) traffic_shell> .SS "Example 3. Displaying the storage.config file rules" .PP .nf traffic_shell> show:cache storage (Displays rules from the storage.config file.) traffic_shell> .SH "SEE ALSO" config:cache