GigaSpaces XAP.NET Documentation
Evict Method (keys)
Class LibraryGigaSpaces.Core.Cache.EvictionIEvictionFacade<(Of <(TKey>)>)Evict(array<TKey>[]()[])
Evict cache entries, the cache implementation must evict the cache entries that correlates to the supplied keys.
Remarks
Calling this method may assume thread safetly only if it is synchroniously through the thread that called the eviction strategy methods. Otherwise, for instance a background timer thread that evict items from the cache on a timely basis, a call to LockStorage()()() must be called to ensure no concurrent modifications are being done while evicting.
Declaration Syntax
C#Visual BasicVisual C++J#
void Evict(
	TKey[] keys
)
Sub Evict ( _
	keys As TKey() _
)
void Evict(
	array<TKey>^ keys
)
void Evict(
	TKey[] keys
)
Parameters
keys (array< TKey >[]()[])
Array of keys of which to evict from the cache

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