Evo C++ Library v0.5.1
Public Attributes | List of all members
MemcachedServerHandlerBase::GetAdvParams Struct Reference

#include <evo/async/memcached_server.h>

Detailed Description

Additional parameters for advanced GET request variants.

Public Attributes

bool cas
 Whether CAS is enabled, if true the handler must include a cas_id when sending response values with send_value() More...
 
Int64 expire
 Expiration time in seconds from now, null if not updating expiration, 0 for no expiration, negative to expire now, or a value greater than 2592000 (30 days) means a Unix timestamp to expire on. More...
 

Member Data Documentation

◆ cas

bool cas

Whether CAS is enabled, if true the handler must include a cas_id when sending response values with send_value()

◆ expire

Int64 expire

Expiration time in seconds from now, null if not updating expiration, 0 for no expiration, negative to expire now, or a value greater than 2592000 (30 days) means a Unix timestamp to expire on.


The documentation for this struct was generated from the following file: