TaskCache<T> Class

Namespace
Microsoft.AspNetCore.Mvc.Internal
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class TaskCache<T>
class Microsoft.AspNetCore.Mvc.Internal.TaskCache<T>

Properties

Microsoft.AspNetCore.Mvc.Internal.TaskCache<T>.DefaultCompletedTask

Gets a completed System.Threading.Tasks.Task with the value of <code>default(T)</code>.

Return type:System.Threading.Tasks.Task<T>
public static Task<T> DefaultCompletedTask { get; }