MemCache.replace

Store the value only if key exists

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

Meta