class OutputHelper extends Object

Output caching helper.

Properties

array $dependencies

Methods

__construct(Cache $cache, $key)

No description

void
end(array $dependencies = NULL)

Stops and saves the cache.

Details

at line 28
__construct(Cache $cache, $key)

No description

Parameters

Cache $cache
$key

at line 41
void end(array $dependencies = NULL)

Stops and saves the cache.

Parameters

array $dependencies

Return Value

void