caching\Cache offsetSet()

offsetSet() public method

Stores the value identified by a key into cache.

If the cache already contains such a key, the existing value will be replaced with the new ones. To add expiration and dependencies, use the set() method. This method is required by the interface ArrayAccess.

public void offsetSet ( $key, $value )
$key string

The key identifying the value to be cached

$value mixed

The value to be cached

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

Please login to continue.