touchKeys() protected static method
Generates the timestamp for the specified cache keys.
| protected static array touchKeys ( $cache, $keys ) | ||
|---|---|---|
| $cache | yii\caching\Cache | |
| $keys | string[] | |
| return | array |
The timestamp indexed by cache keys |
touchKeys() protected static method
Generates the timestamp for the specified cache keys.
| protected static array touchKeys ( $cache, $keys ) | ||
|---|---|---|
| $cache | yii\caching\Cache | |
| $keys | string[] | |
| return | array |
The timestamp indexed by cache keys |
Please login to continue.