GigaSpaces XAP.NET Documentation
ReadByIdFromCache Method (type, id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerReadByIdFromCache(Type, 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(
	Type type,
	Object id
)
Function ReadByIdFromCache ( _
	type As Type, _
	id As Object _
) As Object
Object^ ReadByIdFromCache(
	Type^ type, 
	Object^ id
)
Object ReadByIdFromCache(
	Type type,
	Object id
)
Parameters
type (Type)
entry type.
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: 7.0.1.3800 (7.0.1.3800)