GigaSpaces XAP.NET Documentation
ReadByIdFromCache<(Of <(T>)>) Method (id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerReadByIdFromCache<(Of <(T>)>)(Object)
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.
Declaration Syntax
C#Visual BasicVisual C++J#
T ReadByIdFromCache<T>(
	Object id
)
Function ReadByIdFromCache(Of T) ( _
	id As Object _
) As T
generic<typename T>
T ReadByIdFromCache(
	Object^ id
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
entry type.
Parameters
id (Object)
id of the entry.
Return Value
Matching entry or null if it not present in the local cache

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)