DataCache.Get Method

 

Gets the object by using the specified key from the cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod Get(String)

Gets an object from the cache using the specified key.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top