GigaSpaces XAP.NET Documentation
ReadByIdFromCache Method (typeName, id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerReadByIdFromCache(String, 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#
Object ReadByIdFromCache(
	string typeName,
	Object id
)
Function ReadByIdFromCache ( _
	typeName As String, _
	id As Object _
) As Object
Object^ ReadByIdFromCache(
	String^ typeName, 
	Object^ id
)
Object ReadByIdFromCache(
	String typeName,
	Object id
)
Parameters
typeName (String)
entry type name.
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: 14.2.0.0 (14.2.0.20400)