PHP 8.1.28 Released!

Yac::delete

(PECL yac >= 1.0.0)

Yac::deleteRemove items from cache

Açıklama

public Yac::delete(string|array $keys, int $ttl = ?): bool

remove items from cache

Bağımsız Değişkenler

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.

Dönen Değerler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top