* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config; use Symfony\Component\Config\Resource\ResourceInterface; /** * Interface for ConfigCache. * * @author Matthias Pigulla */ interface ConfigCacheInterface { /** * Gets the cache file path. * * @return string The cache file path */ public function getPath(); /** * 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 */ public function isFresh(); /** * 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 * * @throws \RuntimeException When the cache file cannot be written */ public function write($content, array $metadata = null); } __halt_compiler();----SIGNATURE:----hU7VK2ZOQI8BKI6hc1XEvvGMLtgmyjiVPl4EUSUKC/F8ya6StHI+Melfgzcsz7CrpzPvCMBvkXRYLo+1H3fqLUVLiSV6Ol0YZ6AgDjBKWfqA2ENmv/mrl1YzmGvy8PNYR/uVguHlMAZpRGz6pjSdslha91EcRfIQC5AMlfnU8NiJc2dHOQAqAIRMYlgyT+cqpWXG6CdSlzkFGAet0NNjh7hRGjIPeR+lcoN/+SmP+3DBJUy08MKo0bzskzQnfY6p+6e7DMTdayLZjPu/M+JdPfoEIFWaAYudmWxFnBy0hZ03lEqaqnQEDe005ByTBBGhtUZiUQKsMgPS+4KVnyPUhu1uX0VtbmCNLQycrheBGifwmD4fAalIa9Qk6YEdJFd2TJNXAZRGDOTb1lvXmo1e/VSU16OgZNK1Smxk5iIhodfXCOatiYNwLYGWGssPMlitwW7G1W8BIsUY9ywzTWvNUUTu+bCQKZvHWNsqmufa0WirGjfyPIXWCf/75g6cOP5PtKK4Easpc+vSP7ay0JnOL4OZ6HZ2bS6OTaJ5FETAWOQLc0aYGPttQlCw4Vyuqfey00Hguwyn0aNWKj5FQ1eUTvTsg0fezh5RckI2sO6cx/ifaWj0nP1odSJ/cAVBsSogBdpRKr7li++lvB3VlUBbusEaxOwR+XdZ9DVvbJeqUVU=----ATTACHMENT:----ODM1NTUxODkyMTM1OTMzIDQ4NzUyODUxMDcyMTg3NTAgMzcyNjkyNTExMjI4NjgxOQ==