Yac::set

Store into cache

説明

public bool Yac::set(string $keys, mixed $value, int $ttl = 0)
public bool Yac::add(array $key_vals)

Add a item into cache, it the key is already exists, override it.

パラメータ

keys

string key

value

mixed value, All php value type could be stored except リソース

ttl

expire time

戻り値

the value self