class OutputHelper

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 30
__construct(Cache $cache, $key)

No description

Parameters

Cache $cache
$key

at line 42
void end(array $dependencies = null)

Stops and saves the cache.

Parameters

array $dependencies

Return Value

void

Traits

SmartObject