Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Remove the cache reference from the store.

Namespace:  Tangosol.Net.Internal
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual bool ReleaseCache(
	INamedCache cache
)

Parameters

cache
Type: Tangosol.Net..::.INamedCache
The cache reference.

Return Value

Whether the item was found.

See Also