Ejemplo n.º 1
0
 /**
  * Read bytes from the cache and seek through the buffer
  * Returns false if EOF is reached
  * @param int The number of bytes to read (could be ignored)
  * @return string The read bytes
  */
 public function read($size = null)
 {
     return $this->cache->read($this->key, $size);
 }