Esempio n. 1
0
 /**
  * Clear this package from the cache. Called to invalidate when something updates
  * @return LocoPackage
  */
 public function uncache()
 {
     $key = $this->get_type() . '_' . $this->handle;
     Loco::uncache($key);
     $this->_meta = null;
     return $this;
 }