Yac::get

Retrieve values from cache

説明

public mixed Yac::get(stringarray $key, int &$cas = null)

Retrieve values from cache

パラメータ

key

string keys, or array of multiple keys.

cas

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

戻り値

mixed on success, false on failure