(PECL yac >= 1.0.0)
Yac::__set — Store into cache
$keys
$value
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 IS_RESOURCE
bool, true on success, false on failure