CacheStoreProvider.Get(String) Method

Definition

Retrieves the specified item from the cache if it exists.

C#
public abstract object Get(string key);

Parameters

key
String

The key.

Returns

The specified item from the cache if it exists; otherwise null.

Applies to

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