ADC

Redirect HTTP requests to a cache

The Citrix ADC cache redirection feature redirects HTTP requests to a cache. You can significantly reduce the impact of responding to HTTP requests and improve your website performance through proper implementation of the cache redirection feature.

A cache stores frequently requested HTTP content. When you configure cache redirection on a virtual server, the Citrix ADC appliance sends cacheable HTTP requests to the cache, and non-cacheable HTTP requests to the origin Web server.

To configure cache redirection on a virtual server by using the CLI

At the command prompt, type:

set lb vserver <name> -cacheable <Value>
<!--NeedCopy-->

Example:

set lb vserver Vserver-LB-1 -cacheable yes
<!--NeedCopy-->

To configure cache redirection on a virtual server by using the GUI

  1. Navigate to Traffic Management > Load Balancing > Virtual Servers, and open the virtual server.
  2. In Advanced Settings, click Traffic Settings, and select Cacheable.
Redirect HTTP requests to a cache