Documentation

CacheWarmer
in package
implements CacheWarmerInterface

Abstract cache warmer that knows how to write a file to the cache.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

CacheWarmerInterface
Interface for classes able to warm up the cache.

Table of Contents

writeCacheFile()  : mixed

Methods

writeCacheFile()

protected writeCacheFile(string $file, mixed $content) : mixed
Parameters
$file : string
$content : mixed
Return values
mixed

Search results