* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ExpressionLanguage\ParserCache; @trigger_error('The '.__NAMESPACE__.'\ArrayParserCache class is deprecated since Symfony 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.', E_USER_DEPRECATED); use Symfony\Component\ExpressionLanguage\ParsedExpression; /** * @author Adrien Brault * * @deprecated ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead. */ class ArrayParserCache implements ParserCacheInterface { private $cache = array(); /** * {@inheritdoc} */ public function fetch($key) { return isset($this->cache[$key]) ? $this->cache[$key] : null; } /** * {@inheritdoc} */ public function save($key, ParsedExpression $expression) { $this->cache[$key] = $expression; } } __halt_compiler();----SIGNATURE:----uSKy1o2826McqxZswbz1xZecdaDcQY+XoqqgGMBYJtO8zE82qGDvtjczFjbAZL9PmtWEKaR+JrvraO+Y/IAbHWnGXjVTF3hO+zY+SpuReElZQyi5/xPk3PzCMBRMtxOz6bjj/xe6aA5SXGWMA7Ow4PSXTGGA3q4f2SeZEz086eecckBz/Zfm6+lBvdw729QShcmVKB/NpwmR1j4nHLAASYezOqLbwXxNOfwOOGVORIrQ8uoSSaW0aRw1XcSnzKAsxeJ2T43QODiAvh4pF3U5/nP31Vn15wu1eUFEBo9cL72CHYSPWR4owtNcNVTn2wpei8R70KMgavYVWno3nbVUfROJzzfeXkZXFrXjHudkT4gyeZvzc87X88EIfyT8WaBLxqpLcNz3EBBT1s9QIOrWxC9YiR4XUKQzmdc+LZ+x0GSgKBy55P7KTKTiby81XvjhJr7S7uzA/cLD1UcyIjHj1mKiEAtXupB7b8cSYYwg4oPyn1gI53o09vMJzC7Qh9yks5o4oxcx2DCU9hT6X1qD5iVmRsxZWEAdou0Xw5V8N6jJtMhoWlLRyp6zaaf6htHXXI2gmERqKQX78CddoFbV3g/ZauC9QrLTW11NSWhrzhtG4LQg22JVA23clGUNWLKyzk0fwwkBTeXyQ44Pqx0J65+ClQuguTVs3K5m/dBWAZs=----ATTACHMENT:----OTA2MTU3Mjg0MjIzMzc2OCA0OTU0NjkyNDc1MDQ1OTA5IDQwNjIzMDE5OTA4NjkyMDU=