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

Construct the cacheable entry that holds the cached value.

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

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