PHP Class Nette\Caching\OutputHelper

Inheritance: use trait Nette\SmartObject
Show file Open project: nette/caching

Public Properties

Property Type Description
$dependencies array

Public Methods

Method Description
__construct ( Cache $cache, $key )
end ( array $dependencies = NULL ) : void Stops and saves the cache.

Method Details

__construct() public method

public __construct ( Cache $cache, $key )
$cache Cache

end() public method

Stops and saves the cache.
public end ( array $dependencies = NULL ) : void
$dependencies array
return void

Property Details

$dependencies public property

public array $dependencies
return array