9.4. Cache

filter cache

Arguments :

  1. <name> is name of the cache section this filter will use.
  1. The cache uses a filter to store cacheable responses. The HTTP rules
  2. "cache-store" and "cache-use" must be used to define how and when to use a
  3. cache. By default the corresponding filter is implicitly defined. And when no
  4. other filters than cache or compression are used, it is enough. In such case,
  5. the compression filter is always evaluated after the cache filter. But it is
  6. mandatory to explicitly use a filter line to use a cache when at least one
  7. filter other than the compression is used for the same
  8. listener/frontend/backend. This is important to know the filters evaluation
  9. order.

See also : section 9.2 about the compression filter and section 10 about cache.