예제 #1
0
파일: Cache.php 프로젝트: novatex/Gaufrette
 /**
  * {@inheritDoc}
  */
 public function checksum($key)
 {
     return $this->source->checksum($key);
 }