ParserCacheInterface deprecated
ParserCacheInterface deprecated
interface ParserCacheInterface
deprecated
since version 3.2, to be removed in 4.0. Use Psr\Cache\CacheItemPoolInterface instead.Methods
save(string $key, ParsedExpression $expression) Saves an expression in the cache. | ||
ParsedExpression|null | fetch(string $key) Fetches an expression from th |