Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual ICacheEntry WrapEntry(
	ICacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.ICacheEntry
An ICacheEntry to wrap.

Return Value

An ICacheEntry that restricts its type.

See Also