GigaSpaces XAP.NET Documentation
Remove Method (key)
Class LibraryGigaSpaces.Core.Cache.EvictionIEvictionStrategy<(Of <(TKey, TValue>)>)Remove(TKey)
Called when a cache entry is removed from cache.
Declaration Syntax
C#Visual BasicVisual C++J#
void Remove(
	TKey key
)
Sub Remove ( _
	key As TKey _
)
void Remove(
	TKey key
)
void Remove(
	TKey key
)
Parameters
key (TKey)
Entry key.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)