Documentation

ConfigCache extends ConfigCache
in package

Specialized class to cache the built configuration.

It extends Symfony\Component\Config\ConfigCache class.

Tags
author

Cristiano Cinotti cristianocinotti@gmail.com

Table of Contents

Properties

$builderSerial  : string
$serialFile  : string

Methods

__construct()  : mixed
isFresh()  : bool
Check if the cache is fresh.
write()  : void
Write the data into the cache.

Properties

Methods

isFresh()

Check if the cache is fresh.

public isFresh() : bool
Return values
bool

write()

Write the data into the cache.

public write(mixed $content[, mixed $metadata = null ]) : void
Parameters
$content : mixed

The content to write in cache.

$metadata : mixed = null

An optional array of metadata.


        
On this page

Search results