Storage
Description:
[ SimpleType ]
[ CCode ( cname = "lcb_storage_t" , cprefix = "LCB_" ) ]
public enum Storage
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