GigaSpaces XAP.NET Documentation
EvictFromCache<(Of <(T>)>) Method (id)
Class LibraryGigaSpaces.Core.CacheILocalCacheManagerEvictFromCache<(Of <(T>)>)(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<T>(
	Object id
)
Sub EvictFromCache(Of T) ( _
	id As Object _
)
generic<typename T>
void EvictFromCache(
	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.

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