示例#1
0
 /**
  * Remove this object from cache.
  *
  * @access public
  * @return null
  */
 public final function forget()
 {
     SquirrelCache::forget($this, $this->getAttributes());
 }