OutputHelper
class OutputHelper
Output caching helper.
Properties
array | $dependencies |
Methods
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
at line 43
void
end(array $dependencies = [])
Stops and saves the cache.
at line 56
void
rollback()
Stops and throws away the output.
Traits
Strict class for better experience.