* * 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__.'\ParserCacheInterface interface is deprecated since Symfony 3.2 and will be removed in 4.0. Use Psr\Cache\CacheItemPoolInterface instead.', E_USER_DEPRECATED); use Symfony\Component\ExpressionLanguage\ParsedExpression; /** * @author Adrien Brault * * @deprecated since version 3.2, to be removed in 4.0. Use Psr\Cache\CacheItemPoolInterface instead. */ interface ParserCacheInterface { /** * Saves an expression in the cache. * * @param string $key The cache key * @param ParsedExpression $expression A ParsedExpression instance to store in the cache */ public function save($key, ParsedExpression $expression); /** * Fetches an expression from the cache. * * @param string $key The cache key * * @return ParsedExpression|null */ public function fetch($key); } __halt_compiler();----SIGNATURE:----eiTX77HvfHGA7t8Sg1ultuWm3s0qPh13DcB5WUGGcenfs548b5P0ra2WF1bxlH4MMc1gmCcwmvFL+reTmNv/z9goyAtEXSHh9ugMuq1roD3uCT0RcFBYftaDSgyVS/xt8FVCs9+kZskGZfgZ5cheKOu1t7eTDoLht2/KT+850VG7+uBjnihQ0gi5JarNBRUEanWOfS9MjXBL8enlIHFzFkvUD4PoWnkCUAW6JzlbMn9lD2B6KsfuAYmyW2x38+PYbkSVJO3hI2k5vY3AxWEIxVP9xfl8HXJ7pTmgFa+YL+EgvTXQtHE5ztYZ0j46N1Gck5VsZwLzQ2ijx8MNoJxBBvANMZx6o2/cX7kos5Bhuhdpn0zFYXuVzKWk5nB1bF92aHY5BpNnC289gTHS4ldEikO+aILtgICQE4fd491PFKArptrFv5p/RG+et7TxAiiRHpcZbs1iPq+V4eiwo06OJPSewq7snNAmnNYmsvDywIndEyaUmEXrH4GU8VTSbktXQ0pnQhUTCAF2fH5NN7mf12usw03nKB46OZNEC0avDq2xjS/SoSuYMdRrdTKs83FzKsnhGfRXfknVD13p2B4VkhCJYYy9xgG7azi4zsSYlluxfn0e1HrEazCURiVPuzXAADrcmHgJubOx6NJmZZqagTYaRc0Ux3loblYXCKZoA2s=----ATTACHMENT:----ODY4NDk3NjkwNzU2NDkyNSA5NDAyMDU1MTk2MDYyNzE3IDkxNzc4NjU2Njk5NDQyNjM=