Yac::delete

Remove items from cache

説明

public bool Yac::delete(stringarray $keys, int $ttl = ?)

remove items from cache

パラメータ

keys

string key, or array of multiple keys to be removed

ttl

if delay is set, delete will mark the items to be invalid in ttl second.

戻り値