Angejia\Pea\Cache::get PHP 메소드

get() 공개 메소드

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