예제 #1
0
파일: Memory.php 프로젝트: molajo/cache
 /**
  * Return cached value
  *
  * @param   string $key
  *
  * @return  CacheItem
  * @since   1.0.0
  */
 public function get($key)
 {
     return parent::get($key);
 }