Reads an entry from the local cache only, this operation will not be delegated to the cached proxy if the entry
is not present in the local cache.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
T ReadByIdFromCache<T>( Object id )
Function ReadByIdFromCache(Of T) ( _ id As Object _ ) As T
generic<typename T> T ReadByIdFromCache( Object^ id )
![](../icons/collapse_all.gif)
- T
- entry type.
![](../icons/collapse_all.gif)
- id (Object)
- id of the entry.
![](../icons/collapse_all.gif)
Matching entry or null if it not present in the local cache