class DoctrineParserCache implements ParserCacheInterface
Methods
__construct(Cache $cache) | ||
ParsedExpression|null | fetch(string $key) Fetches an expression from the cache. | |
save(string $key, ParsedExpression $expression) Saves an expression in the cache. |
Details
__construct(Cache $cache)
ParsedExpression|null fetch(string $key)
Fetches an expression from the cache.
save(string $key, ParsedExpression $expression)
Saves an expression in the cache.
Please login to continue.