Method: Libcouchbase::Ext.touch3

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.touch3(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

  • instance (T)
  • cookie (FFI::Pointer(*Void))
  • cmd (CMDBASE)

Returns:



432
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 432

attach_function :touch3, :lcb_touch3, [T.by_ref, :pointer, CMDBASE.by_ref], ErrorT, :blocking => true