CitrusleafClient Touch Method Aerospike
Overload List

  NameDescription
Public methodTouch(Object, Int32, Int32)
Reset record time to expiration without changing its value for specified key. The record generation count will also be incremented. This method returns KEY_NOT_FOUND_ERROR if the record does not exist. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
Public methodTouch(String, String, Object, Int32, Int32)
Reset record time to expiration without changing its value for specified key. The record generation count will also be incremented. This method returns KEY_NOT_FOUND_ERROR if the record does not exist.
Back to Top
See Also