Esempio n. 1
0
 /**
  * Retrieve multiple items from the cache by key.
  *
  * Items not found in the cache will have a null value.
  *
  * @param  array $keys
  * @return array
  */
 public function many(array $keys)
 {
     return $this->cache->many($keys);
 }