MemCache.add

Store the value if key does not already exist

class MemCache
final
bool
add
(
const(void)[][] key
,
const(void)[][] value
,
int flags = 0
,
int timeout = 0
)

Meta