ICache

ICache interface

定义存储渲染文档和文档资源所需的方法 сache.

public interface ICache

方法

姓名 描述
GetKeys(string) 返回匹配过滤器的所有键。
Set(string, object) 将缓存条目插入到缓存中。
TryGetValue<TEntry>(string, out TEntry) 获取与此键关联的条目(如果存在)。

也可以看看