Documentation

ConfigBuilderCacheWarmer
in package
implements CacheWarmerInterface

Generate all config builders.

Tags
author

Tobias Nyholm tobias.nyholm@gmail.com

Table of Contents

Interfaces

CacheWarmerInterface
Interface for classes able to warm up the cache.

Properties

$kernel  : mixed
$logger  : mixed

Methods

__construct()  : mixed
isOptional()  : bool
Checks whether this warmer is optional or not.
warmUp()  : array<string|int, string>
{@inheritdoc}
dumpExtension()  : void

Properties

Methods

isOptional()

Checks whether this warmer is optional or not.

public isOptional() : bool
Return values
bool

warmUp()

{@inheritdoc}

public warmUp(string $cacheDir) : array<string|int, string>
Parameters
$cacheDir : string
Return values
array<string|int, string>

        
On this page

Search results