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 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
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部