Angejia\Pea\Cache::get PHP Méthode

get() public méthode

批量查询缓存内容
public get ( array $keys ) : array
$keys array 缓存索引列表
Résultat array 缓存内容键值对,例如 [ 'key1' => 'value1', 'key2' => 'value2', ]
    function get($keys);