output_cache_disable_compression()
Description: Does not allow the cache to perform compression on the output of the current page. This output will not be compressed, even if the global settings would normally allow compression on files of this type.
Return Values: none
Parameters: none
output_cache_remove
bool output_cache_remove(string filename)
Description: Removes all the cache data for the given filename.
Return Values: true if OK, false if something went wrong
Parameters: filename - full script path on local file system
output_cache_remove_url
bool output_cache_remove_url(string url)
Description: Remove cache data for the script with given URL (all dependent data is removed)
Return Values: true if OK
Parameters: URL - the relative path for the script
|
|
|
|
|
Related
Links: |
|
|
|