CacheStoreProvider.Get(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified item from the cache if it exists.
public:
abstract System::Object ^ Get(System::String ^ key);
public abstract object Get (string key);
abstract member Get : string -> obj
Public MustOverride Function Get (key As String) As Object
Parameters
- key
- String
The key.
Returns
The specified item from the cache if it exists; otherwise null
.