BaseModelObserver::created PHP Method

created() public method

public created ( $model )
    public function created($model)
    {
        $this->clearCache($model);
    }