GigaSpaces XAP.NET Documentation
EvictFromCache Method (type, id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerEvictFromCache(Type, Object)
Evicts an entry from the cache only, does not affect entries in the cached space.
Declaration Syntax
C#Visual BasicVisual C++J#
void EvictFromCache(
	Type type,
	Object id
)
Sub EvictFromCache ( _
	type As Type, _
	id As Object _
)
void EvictFromCache(
	Type^ type, 
	Object^ id
)
void EvictFromCache(
	Type type,
	Object id
)
Parameters
type (Type)
entry type.
id (Object)
id of the entry.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)