Output
Less than 1 minute
Output
Properties
key
private string $key
Methods
start
Starts output buffering and retrieves cached content if available.
public start({Array})
This method attempts to retrieve cached content associated with the given key. If the content is not found in the cache, it starts output buffering and returns false. If the content is found, it returns the cached content.
Parameters
Parameter | Type | Description |
---|---|---|
$key | string | the key used to identify the cached content |
stop
Stops the output buffering, retrieves the buffer contents, stores it in the cache,
public stop({Array})
and returns the buffer contents as a string.
Generated by Hazaar API Doc Generator