Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Evict a specified key from the cache, as if it had expired from the cache. If the key is not in the cache, then the method has no effect.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
void Evict(
	Object oKey
)

Parameters

oKey
Type: System..::.Object
The key to evict from the cache.

See Also