* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config; /** * Interface for a ConfigCache factory. This factory creates * an instance of ConfigCacheInterface and initializes the * cache if necessary. * * @author Matthias Pigulla */ interface ConfigCacheFactoryInterface { /** * Creates a cache instance and (re-)initializes it if necessary. * * @param string $file The absolute cache file path * @param callable $callable The callable to be executed when the cache needs to be filled (i. e. is not fresh). The cache will be passed as the only parameter to this callback * * @return ConfigCacheInterface $configCache The cache instance */ public function cache($file, $callable); } __halt_compiler();----SIGNATURE:----hOTvFdCZtkliYYz4jJAKEpjqEyLDQpiO41UOMHkEOkZR6YkxpsDlg9dWSZ1qi0ZcI3tdzHzV2PD7idOWWeshPziZ9uUuIT/2djXI2ZJYDnv0wDtt8UXiaOiiA37FyB0ycKnCN84834mAYraGY9iifiuCpX8KC/HWWFTJMIvjCLUw9bZuj5m6w5PRNMFlYzlhdiA04MeR21FUM9Q2x+Cd2v3S33ulPoGTvYzcaN7zarcW9xytTJTQ1j5P8t6nY+QLUz4KtTcZJhFbTO3qMkU2wYBg4X9Cv1b1vbbkiHG3PloOAHyCR9ysqnBYehsOcRD1NghDCzZeEdZ6yJ3SLbMnO2bwh7D5O7coSp7WRLNybMnbSHM7vsOMk74woNRCme0Axj0qFTo68Q7sNC+z7FHXGUPuciQptHoTDO784xF6/07ukQ+WwSWD3iVn8pr0UV88ApAC3ihRUvejS+hh7t1TXEZRTLN+e3qoxm8oWskR63Et78hXmS/CbOlkU9T4s8udvB73LU+zSDmUoXsVwbRsE19lkcLWF3NPXST2iSFiUSBwAW0gLV63Ucq5//dZTpkqP+BR13XrlAzykYaYY0n40hRfdX4HSeLGchmAL4cm8HXZPPx6C/wsNmD2ZjMI8SQK096M1i7d/hycffkO6s++qBfXDWEJRJF0WRAcyhsADTs=----ATTACHMENT:----NzE2NzczNjE5MTI2NzkyOCA2NzY4OTYyODE3MTAzODYgMzM3NTQwMDY1NDAwNDgyMw==