ObjectCache.Get(String, 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.
When overridden in a derived class, gets the specified cache entry from the cache as an object.
public abstract object Get (string key, string regionName = default);
abstract member Get : string * string -> obj
Public MustOverride Function Get (key As String, Optional regionName As String = Nothing) As Object
Parameters
- key
- String
A unique identifier for the cache entry to get.
- regionName
- String
Optional. A named region in the cache to which the cache entry was added, if regions are implemented. The default value for the optional parameter is null
.
Returns
The cache entry that is identified by key
.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.