DataCache.Get Method
Gets the object by using the specified key from the cache.
Overload List
Name | Description |
---|---|
DataCache.Get (String) | Gets an object from the cache using the specified key. |
DataCache.Get (String, out 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. |
DataCache.Get (String, String) | Gets an object from the specified region by using the specified key. |
DataCache.Get (String, out 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. |
See Also
Reference
DataCache Class
DataCache Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26