SetAsync<T>(IApplicationCache, T)

public static ValueTask SetAsync<T>(IApplicationCache cache, T item) where T : Redakt.Data.IIdentifiable
Returns:
ValueTask

Parameters

item T

Type Parameters

SetAsync<T>(IApplicationCache, IEnumerable<T>)

public static ValueTask SetAsync<T>(IApplicationCache cache, IEnumerable<T> items) where T : Redakt.Data.IIdentifiable
Returns:
ValueTask

Parameters

items IEnumerable<T>

Type Parameters

In this article