Php/docs/yac.delete

提供:Dev Guides
< Php
2020年12月14日 (月) 09:28時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Yac::delete

(PECL yac >= 1.0.0)

Yac::deleteRemove items from cache


説明

public Yac::delete ( string|array $keys [, int $ttl ] ) : bool

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.


返り値