ParserCacheInterface deprecated
interface ParserCacheInterface
deprecated
Methods
save(string $key, ParsedExpression $expression) Saves an expression in the cache. | ||
ParsedExpression|null | fetch(string $key) Fetches an expression from the cache. |
Details
save(string $key, ParsedExpression $expression)
Saves an expression in the cache.
Parameters
string | $key | The cache key |
ParsedExpression | $expression | A ParsedExpression instance to store in the cache |
ParsedExpression|null fetch(string $key)
Fetches an expression from the cache.
Parameters
string | $key | The cache key |
Return Value
ParsedExpression|null |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/ExpressionLanguage/ParserCache/ParserCacheInterface.html