Methods summary
public static
Nette\Templates\CachingHelper
|
#
create( string $key, string $file, array $tags )
Starts the output cache. Returns CachingHelper object if buffering was
started.
Starts the output cache. Returns CachingHelper object if buffering was
started.
Parameters
- $key
string
- $file
string
- $tags
array
Returns
|
public
|
#
save( )
Stops and saves the cache.
Stops and saves the cache.
|
public
|
#
addFile( string $file )
Adds the file dependency.
Adds the file dependency.
Parameters
|
public
|
#
addItem( string $item )
Adds the cached item dependency.
Adds the cached item dependency.
Parameters
|
protected static
Nette\Caching\Cache
|
|