private function setTTL($path)
 {
     if ($this->memcache instanceof IMemcacheTTL) {
         $this->memcache->setTTL($path, $this->ttl);
     }
 }