* * 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:----bBy1aZJCdwamVN7MgmnRRTO7WX6QOrdXs4aU4OeDGJg3xwqRzVx4vkKnlCWL8CPpcJV6fBIES5gAYSaPVBsMsS/Fw6WxT7+tdwcjq4xz5aPAS1Yz2cT6dhr1VHmqXFQdnJdx4nqboY/7NpZfef0pYBC2JCSRh1fgMumYoH748xxIC+yDPIbod91gBiuUcp6tyGmkab73b3Low4c0bOm7bk6R+D5kAhaIrkgprJz+JgQ5GSY+vdnRFeu1HpjbkadQmmdYMEzgScemJJqzrIYv0+WMRS/3a64IcBRkonA3BBi5nXv55M7F27U3t6CfqwPwgkXMGOKThccilTymHWBkpPdzf0S3NMkBZOtPEmGHktXawNdeeKM6CaXM/4eLTapvWR73GXVPIRSZI1aF9XkJLm8zhmYoIYPp86zYrX49x9fGMnRmhKEDyQHjZvSRW4e5fUWG/ygJ/7d53oAfdbx9uUwhlmqUdO/v0mYsygKlGflTSkzA9XH+MBHIkTmW9KZtelyXXT9iDjT8CKq4oTouEysUYrKo9axetWuA+l8DoFUfWe3Td5iF6a5BCLESAnbl9Wcg6oHyg82ORtpBYjUYPqqe0JJ0bYKqbRX2YM73ZeiTFXVoNsRiX+zNK5/ukIP70WAl7S3xw21MRCPzG3s7j8cleXt+OKgLzIPZeMd8n8c=----ATTACHMENT:----MTkyNjc5OTAyMjI5NDQ3MCA4MDExNDM0MzE4MjUxNzUgMjY0ODg1MDk4NTE5MTA1NQ==