caching\ApcCache addValues()

addValues() protected method

Adds multiple key-value pairs to cache.

protected array addValues ( $data, $duration )
$data array

Array where key corresponds to cache key while value is the value stored

$duration integer

The number of seconds in which the cached values will expire. 0 means never expire.

return array

Array of failed keys

doc_Yii
2016-10-30 16:53:44
Comments
Leave a Comment

Please login to continue.