예제 #1
0
 /**
  * Clears a cache of configurable entity flags
  */
 public function clearConfigurableCache()
 {
     $this->modelManager->clearCheckDatabase();
     if ($this->cache) {
         $this->cache->removeAllConfigurable();
     }
 }
예제 #2
0
 /**
  * Clears a cache of configurable entity flags
  */
 public function clearConfigurableCache()
 {
     $this->modelManager->clearCheckDatabase();
     $this->cache->deleteAllConfigurable();
 }