clearCache() 공개 정적인 메소드

Clears all cache keys used by this model
public static clearCache ( ) : void
리턴 void
예제 #1
0
 public function onDelete()
 {
     LocaleModel::clearCache();
     $this->asExtension('FormController')->update_onDelete(post('record_id'));
     return $this->listRefresh();
 }