Documentation

ConfigCacheFactory
in package
implements ConfigCacheFactoryInterface

Basic implementation of ConfigCacheFactoryInterface that creates an instance of the default ConfigCache.

This factory and/or cache do not support cache validation by means of ResourceChecker instances (that is, service-based).

Tags
author

Matthias Pigulla mp@webfactory.de

Table of Contents

Interfaces

ConfigCacheFactoryInterface
Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary.

Properties

$debug  : bool

Methods

__construct()  : mixed
cache()  : ConfigCacheInterface
Creates a cache instance and (re-)initializes it if necessary.

Properties

Methods

__construct()

public __construct(bool $debug) : mixed
Parameters
$debug : bool

The debug flag to pass to ConfigCache


        
On this page

Search results