Class static_html_cache
Package: plugins\static-html-cache
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/static_html_cache.php
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/static_html_cache.php
public
boolean
|
#
checkIfAllowedPage( )
Checks if the current page should be excluded from caching. Pages that can be excluded are custom pages included Zenpage pages (these optionally more specific by titlelink) and the standard theme pages image.php (optionally by image file name), album.php (optionally by album folder name) or index.php |
public
|
#
startHTMLCache( )
Starts the caching: Gets either an already cached file if existing or starts the output buffering. |
public
|
#
endHTMLCache( )
Ends the caching: Ends the output buffering and writes the html cache file from the buffer |
public
|
|
public
string
|
|
public
|
|
public static
|
#
clearHTMLCache( string $folder = NULL )
Cleans out the cache folder. (Adpated from the zenphoto image cache) |
public static
|
|
public static
string
|
public
boolean
|
$enabled
|
#
true
|