GigaSpaces XAP.NET Documentation
EvictFromCache Method (typeName, id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerEvictFromCache(String, 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(
	string typeName,
	Object id
)
Sub EvictFromCache ( _
	typeName As String, _
	id As Object _
)
void EvictFromCache(
	String^ typeName, 
	Object^ id
)
void EvictFromCache(
	String typeName,
	Object id
)
Parameters
typeName (String)
entry type name.
id (Object)
id of the entry.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)