OutputCacheProviderAsync.AddAsync(String, Object, DateTime) Method

Definition

Asynchronously inserts the specified entry into the output cache.

C#
public abstract System.Threading.Tasks.Task<object> AddAsync(string key, object entry, DateTime utcExpiry);

Parameters

key
String

A unique identifier for entry.

entry
Object

The content to add to the output cache.

utcExpiry
DateTime

The time and date on which the cached entry expires.

Returns

The specified entry.

Applies to

Product Versions
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1