Example #1
0
 /**
  * Clear ACL instance cache
  *
  * @return void
  */
 public function clean()
 {
     $this->_acl = null;
     $this->_cache->remove($this->_cacheKey);
 }