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

Construct the cacheable entry that holds the cached value.

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

Syntax

C#
public Entry(
	LocalCache localCache,
	Object key,
	Object value
)

Parameters

localCache
Type: Tangosol.Net.Cache..::.LocalCache

[Missing <param name="localCache"/> documentation for "M:Tangosol.Net.Cache.LocalCache.Entry.#ctor(Tangosol.Net.Cache.LocalCache,System.Object,System.Object)"]

key
Type: System..::.Object

[Missing <param name="key"/> documentation for "M:Tangosol.Net.Cache.LocalCache.Entry.#ctor(Tangosol.Net.Cache.LocalCache,System.Object,System.Object)"]

value
Type: System..::.Object

[Missing <param name="value"/> documentation for "M:Tangosol.Net.Cache.LocalCache.Entry.#ctor(Tangosol.Net.Cache.LocalCache,System.Object,System.Object)"]

See Also