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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.