interface ParserCacheInterface
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.
ParsedExpression|null fetch(string $key)
Fetches an expression from the cache.
Please login to continue.