mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Cosmetic
This commit is contained in:
@ -79,7 +79,7 @@ Yii Framework 2 Change Log
|
||||
- Chg #9953: `TimestampBehavior::getValue()` changed to make value processing consistent with `AttributeBehavior::getValue()` (silverfire)
|
||||
- Chg #6419: Added `yii\web\ErrorHandler::displayVars` make list of displayed vars customizable. `$_ENV` and `$_SERVER` are not displayed by default anymore (silverfire)
|
||||
- Chg #9528: Traversable objects are now formatted as arrays in `yii\web\XmlResponseFormatter` to support SPL objects and Generators (MaXL-ru)
|
||||
- Chg #10296: Methods mset, mget and madd of \yii\caching\Cache have been marked as deprecated (trejder, githubjeka)
|
||||
- Chg #10296: Methods mset, mget and madd of `\yii\caching\Cache` have been marked as deprecated (trejder, githubjeka)
|
||||
- New #10083: Added wrapper for PHP webserver (samdark)
|
||||
- New: Added new requirement: ICU Data version >= 49.1 (SilverFire)
|
||||
|
||||
|
@ -224,7 +224,7 @@ abstract class Cache extends Component implements \ArrayAccess
|
||||
* If the cache already contains such a key, the existing value and
|
||||
* expiration time will be replaced with the new ones, respectively.
|
||||
*
|
||||
* @deprecated This method is alias as [[multiSet()]] and will be removed in 2.1.0. *
|
||||
* @deprecated This method is alias as [[multiSet()]] and will be removed in 2.1.0.
|
||||
* @param array $items the items to be cached, as key-value pairs.
|
||||
* @param integer $duration default number of seconds in which the cached values will expire. 0 means never expire.
|
||||
* @param Dependency $dependency dependency of the cached items. If the dependency changes,
|
||||
|
Reference in New Issue
Block a user