Touch Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
In This Topic
Touch or refresh a specified item. This allows the specified item to be moved to the end of the dispose queue. E.g. when it is known that this item would benefit from not being purged.
Syntax
'Declaration
Public Sub Touch( _
ByVal As _
)
Parameters
- k
- Identifier of item to touch.
See Also