clearCache() public static method

Clears all cache keys used by this model
public static clearCache ( ) : void
return void
コード例 #1
0
ファイル: Locales.php プロジェクト: janusnic/OctoberCMS
 public function onDelete()
 {
     LocaleModel::clearCache();
     $this->asExtension('FormController')->update_onDelete(post('record_id'));
     return $this->listRefresh();
 }