Yac::get

(PECL yac >= 1.0.0)

Yac::getRetrieve values from cache

Opis

public Yac::get ( string|array $key [, int &$cas = NULL ] ) : mixed

Retrieve values from cache

Parametry

key

string keys, or array of multiple keys.

cas

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

Zwracane wartości

mixed on success, false on failure

add a note add a note

User Contributed Notes

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