Disables output caching for the current request. This overrides any caching settings that are configured for the current request.
Available since version 4.0
void page_cache_disable_caching (void)
Does not allow the cache to perform compression on the output of the current request. This overrides any compression settings that are configured for this request.
Available since version 4.0
void page_cache_disable_compression (void)
Clears cached contents for all requests that match a specific URL or regular expression.
Important!
To function properly, the URL parameter must match the URL or REGEX included in the caching rule,. Likewise, note that this API clears all cached versions.
Available since version 4.0
void page_cache_remove_cached_contents (string $URL)
Clears all cached contents
Available since version 4.0
void page_cache_remove_all_cached_contents (void)
Clears cached contents that were created by a specific URI in a specific rule. The rule must consist of one split by rule - the request.
Available since version 6.1
void page_cache_remove_cached_contents_by_uri (string $name, string $URL)
© 1999-2013 Zend Technologies, Ltd. All rights reserved.