FileCache

FileCache class

文件缓存行为。表示缓存存储在文件系统 上

public sealed class FileCache : ICache

构造函数

姓名 描述
FileCache(string) 创建 FileCache class 的新实例

方法

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

评论

了解更多

也可以看看