Esempio n. 1
0
 public function hasKey($key)
 {
     if ($this->fast_cache->hasKey($key)) {
         return true;
     }
     return $this->slow_cache->hasKey($key);
 }