(PECL yac >= 1.0.0)
Yac::add — Store into cache
$keys
$value
$ttl
$key_vals
Added a item into cache.
keys
string key
value
mixed value, All php value type could be stored except resource
ttl
expire time
bool, true on success, false on failure
true
false
Зауваження: Yac::add() may fail if cas lock could not obtain, so, if you need the value to be stored properly, you may write codes like: Приклад #1 Make sure the item is stored while(!$yac->set("key", "vale));
Зауваження:
Yac::add() may fail if cas lock could not obtain, so, if you need the value to be stored properly, you may write codes like:
Приклад #1 Make sure the item is stored
while(!$yac->set("key", "vale));