[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ConfigCache:: (2 methods):
  __construct()
  isFresh()


Class: ConfigCache  - X-Ref

ConfigCache caches arbitrary content in files on disk.

When in debug mode, those metadata resources that implement
\Symfony\Component\Config\Resource\SelfCheckingResourceInterface will
be used to check cache freshness.

__construct($file, $debug)   X-Ref

param: string $file  The absolute cache path
param: bool   $debug Whether debugging is enabled or not

isFresh()   X-Ref
Checks if the cache is still fresh.

This implementation always returns true when debug is off and the
cache file exists.

return: bool true if the cache is fresh, false otherwise



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1