示例#1
0
 private function readCache()
 {
     $cache = $this->handler->read();
     if (!$cache || !$this->signature->equals($cache->getSignature())) {
         $cache = new Cache($this->signature);
     }
     $this->cache = $cache;
 }