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)