IOutputCacheStore 接口

定义

表示缓存响应的存储区。

public interface IOutputCacheStore
type IOutputCacheStore = interface
Public Interface IOutputCacheStore
派生

方法

EvictByTagAsync(String, CancellationToken)

逐出按标记缓存的响应。

GetAsync(String, CancellationToken)

获取给定键的缓存响应(如果存在)。 如果给定密钥不存在缓存响应,则返回 null

SetAsync(String, Byte[], String[], TimeSpan, CancellationToken)

将给定的响应存储在响应缓存中。

适用于