DataCache.Get Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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 the 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.Data.Caching Namespace