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 |
Please login to continue.