Share via


IOutputCacheBufferStore Interface

Definition

public interface IOutputCacheBufferStore : Microsoft.AspNetCore.OutputCaching.IOutputCacheStore
type IOutputCacheBufferStore = interface
    interface IOutputCacheStore
Public Interface IOutputCacheBufferStore
Implements IOutputCacheStore
Implements

Methods

EvictByTagAsync(String, CancellationToken) (Inherited from IOutputCacheStore)
GetAsync(String, CancellationToken) (Inherited from IOutputCacheStore)
SetAsync(String, Byte[], String[], TimeSpan, CancellationToken) (Inherited from IOutputCacheStore)
SetAsync(String, ReadOnlySequence<Byte>, ReadOnlyMemory<String>, TimeSpan, CancellationToken)
TryGetAsync(String, PipeWriter, CancellationToken)

Applies to