[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ConfigCacheInterface:: (3 methods):
  getPath()
  isFresh()
  write()


Interface: ConfigCacheInterface  - X-Ref

Interface for ConfigCache.

getPath()   X-Ref
Gets the cache file path.

return: string The cache file path

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

This check should take the metadata passed to the write() method into consideration.

return: bool Whether the cache is still fresh

write($content, array $metadata = null)   X-Ref
Writes the given content into the cache file. Metadata will be stored
independently and can be used to check cache freshness at a later time.

param: string                   $content  The content to write into the cache
param: ResourceInterface[]|null $metadata An array of ResourceInterface instances



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