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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)