CacheLib
Functions
clear()
get(id) ⇒ *
set(id, value) ⇒ boolean
remove(id) ⇒ void
clear()
get(id) ⇒ *
*
Params
id
string
set(id, value) ⇒ boolean
boolean
Params
id
string
value
*
remove(id) ⇒ void
void
Params
id
string
Last updated