Yac::set

Store into cache

Description

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.

Parameters

keys

string key

value

mixed value, All php value type could be stored except resource

ttl

expire time

Return Values

the value self