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

This method is called by the cache to indicate that an entry has been touched.

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

Syntax

C#
public abstract void EntryTouched(
	IConfigurableCacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.IConfigurableCacheEntry
The IConfigurableCacheEntry that has been touched.

Implements

IEvictionPolicy..::.EntryTouched(IConfigurableCacheEntry)

See Also