Batch multiple touch requests into a single call.
For each key, reset record time to expiration without changing its value
and increment record generation count.
This method returns KEY_NOT_FOUND_ERROR for each key that does not exist.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Optional set name.
- keys
- Type:
System.Collections.Generic ICollection
Object
Collection of keys.
- expiration
- Type:
System Int32
Seconds until expiration for all keys.
- timeoutMillis
- Type:
System Int32
Client request timeout in milliseconds.
Return Value
A result status for every key.See Also