NonExistentStaleCacheHandling

Summary

This setting defines what happens when a requested cache file is already being generated and no expired cache file exists.

Usage

 

NonExistentStaleChacheHandling[<cache type>]=wait|generate

Description

This is a new setting available since eZ Publish 4.1. NonExistentStaleCacheHandling defines what happens when a requested cache file is already being generated and no expired cache file exists (for instance if the content is new). The second request can either wait for the first request to finish, or it can generate its own result to display without storing it.

Note that this is an advanced setting and should only be customized if it is specifically required.

There are two possible values:

Use the [key] to define the type of cache that is impacted by the setting. The following three cache types are allowed as key:

This setting is case sensitive.

Examples

NonExistantStaleCacheHandling[viewcache]=wait
 
NonExistantStaleCacheHandling[cacheblock]=wait
 
NonExistantStaleCacheHandling[misc]=wait
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.