DataCache::Get Method
Gets the object by using the specified key from the cache.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Get(String^) | Gets an object from the cache using the specified key. |
![]() | Get(String^, DataCacheItemVersion^) | Gets an object from the cache using the specified key. You may also provide the version to obtain a specific version of a key, if that version is still the most current in the cache. |
![]() | Get(String^, DataCacheItemVersion^, String^) | Gets an object from the specified region by using the specified key. You may also provide the version to obtain the specific version of a key, if that version is still the most current in the region. This overload is not supported in Windows Azure Shared Caching. |
![]() | Get(String^, String^) | Gets an object from the specified region by using the specified key. This overload is not supported in Windows Azure Shared Caching. |
Show:
