Yac::get
PHP Manual
PHP Manual»Yac»Yac::get

Yac::get

(PECL yac >= 1.0.0)

Yac::getRetrieve values from cache

Descrizione

public function Yac::get(string|array $key, int &$cas = null): mixed

Retrieve values from cache

Elenco dei parametri

key

string keys, or array of multiple keys.

cas

if not null, it will be set to the retrieved item's cas.

Valori restituiti

mixed on success, false on failure

To Top