MemCache.set

Store the key and value

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

Meta