SetAsync<T>(IApplicationCache, T)
public static ValueTask SetAsync<T>(IApplicationCache cache, T item) where T : Redakt.Data.IIdentifiable
- Returns:
- ValueTask
Parameters
cache
IApplicationCache
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
cache
IApplicationCache
items
IEnumerable<T>