ParserCacheInterface
interface ParserCacheInterface
Methods
ParsedExpression|null
fetch(string $key)
Fetches an expression from the cache.
Details
at line line 27
save(string $key, ParsedExpression $expression)
Saves an expression in the cache.
at line line 36
ParsedExpression|null
fetch(string $key)
Fetches an expression from the cache.