Bitrix Site Manager

CPageCache

CPageCache is the class used to cache the HTML result of the script execution.

Methods

Method Description
StartDataCache Initializes the caching mechanism and starts buffered HTML output, or outputs the cache content.
EndDataCache Stores the buffered HTML in the cache file.
InitCache Initializes the caching mechanism.
Output Emits the HTML result stored in cache.
IsCacheExpired Checks whether the cache is expired or not.

See Also