GigaSpaces XAP.NET Documentation
Touch Method (key, value)
Class LibraryGigaSpaces.Core.Cache.EvictionIEvictionStrategy<(Of <(TKey, TValue>)>)Touch(TKey, TValue)
Called when a cache entry is touched inside the cache. (Read operation)
Declaration Syntax
C#Visual BasicVisual C++J#
void Touch(
	TKey key,
	TValue value
)
Sub Touch ( _
	key As TKey, _
	value As TValue _
)
void Touch(
	TKey key, 
	TValue value
)
void Touch(
	TKey key,
	TValue value
)
Parameters
key (TKey)
Entry key.
value (TValue)
Entry value.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)