Packages
libcouchbase
LibCouchbase
Storage
ADD
APPEND
PREPEND
REPLACE
SET
Storage
Description:
[
SimpleType
]
[
CCode
( cname =
"lcb_storage_t"
, cprefix =
"LCB_"
) ]
public
enum
Storage
Namespace:
LibCouchbase
Package:
libcouchbase
Content:
Enum values:
ADD
-
Add the item to the cache, but fail if the object exists already
APPEND
-
Append this object to the existing object
PREPEND
-
Prepend this object to the existing object
REPLACE
-
Replace the existing object in the cache
SET
-
Unconditionally set the object in the cache