boolean startCache(
object
$control, string
$cachetype)
|
|
Start caching output, will be called just before start dumping content to the output.
This method should use $control and $cachetype to create a unique identifier for the cache storage and should start the caching process. If content is not cached, should return false to allow the caller know should produce the content.
If the identifier already exists, meaning the content has been already cached, then should dump out the cached content and return true.
Tags:
Parameters: