[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 62 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConfigCache:: (2 methods):
__construct()
isFresh()
Class: ConfigCache - X-Ref
ConfigCache caches arbitrary content in files on disk.__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 |