[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/config/ -> ConfigCacheFactoryInterface.php (summary)

(no description)

File Size: 32 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ConfigCacheFactoryInterface:: (1 method):
  cache()


Interface: ConfigCacheFactoryInterface  - X-Ref

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

cache($file, $callable)   X-Ref
Creates a cache instance and (re-)initializes it if necessary.

param: string   $file     The absolute cache file path
param: callable $callable The callable to be executed when the cache needs to be filled (i. e. is not fresh). The cache will be passed as the only parameter to this callback
return: ConfigCacheInterface The cache instance



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1