class OutputHelper

Output caching helper.

Properties

array $dependencies

Methods

__construct(Cache $cache, $key)

No description

void
end(array $dependencies = [])

Stops and saves the cache.

void
rollback()

Stops and throws away the output.

Details

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

No description

Parameters

Cache $cache
$key

at line 43
void end(array $dependencies = [])

Stops and saves the cache.

Parameters

array $dependencies

Return Value

void

at line 57
void rollback()

Stops and throws away the output.

Return Value

void

Traits

SmartObject