OutputCacheProviderAsync::GetAsync Method (String^)
Asynchronously returns a reference to the specified entry in the output cache.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System::String^
A unique identifier for a cached entry in the output cache.
Return Value
Type: System.Threading.Tasks::Task<Object^>^The key value that identifies the specified entry in the cache, or null if the specified entry is not in the cache.
.NET Framework
Available since 4.6.2
Available since 4.6.2
Show: