Ejemplo n.º 1
0
 /**
  * Returns hash of the cache
  * @return string|false
  */
 public function getMd5()
 {
     if ($this->storage !== null) {
         return $this->storage->getMd5();
     }
     return false;
 }