PHP Class yii\caching\ArrayCache
See
Cache for common cache operations that ArrayCache supports.
Unlike the
Cache, ArrayCache allows the expire parameter of [[set]], [[add]], [[multiSet]] and [[multiAdd]] to
be a floating point number, so you may specify the time in milliseconds (e.g. 0.1 will be 100 milliseconds).
For more details and usage information on Cache, see the
guide article on caching.
Afficher le fichier
Open project: yiisoft/yii2
Class Usage Examples
Méthodes publiques
Méthode |
Description |
|
exists ( $key ) |
|
|
Méthodes protégées
Method Details
addValue()
protected méthode
protected addValue ( $key, $value, $duration ) |
deleteValue()
protected méthode
flushValues()
protected méthode
getValue()
protected méthode
setValue()
protected méthode
protected setValue ( $key, $value, $duration ) |