OutputHelper
class OutputHelper
Output caching helper.
Properties
$dependencies |
Methods
void
end(array $dependencies = [])
Stops and saves the cache.
void
rollback()
Stops and throws away the output.
Details
at line 29
__construct(Cache $cache, mixed $key)
No description
at line 40
void
end(array $dependencies = [])
Stops and saves the cache.
at line 54
void
rollback()
Stops and throws away the output.
Traits
Strict class for better experience.