Documentation

ConfigBuilderCacheWarmer
in package
implements CacheWarmerInterface

Generate all config builders.

Tags
author

Tobias Nyholm tobias.nyholm@gmail.com

Interfaces, Classes and Traits

CacheWarmerInterface
Interface for classes able to warm up the cache.

Table of Contents

$kernel  : mixed
$logger  : mixed
__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>

Search results