CacheBase<T>.GetFromMemoryCache(Uri) 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.
Retrieves item represented by Uri from the in-memory cache if it exists and is not out of date. If item is not found or is out of date, default instance of the generic type is returned.
public T GetFromMemoryCache (Uri uri);
member this.GetFromMemoryCache : Uri -> 'T
Public Function GetFromMemoryCache (uri As Uri) As T
Parameters
- uri
- Uri
Uri of the item.
Returns
T
an instance of Generic type