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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.