MemCache.remove

Remove the specified key and make key "invalid" for the duration of timeout, causing add(), get() and remove() on the same key to fail within that period

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

Meta