예제 #1
0
파일: cleanCache.php 프로젝트: noikiy/inovi
 public static function boot()
 {
     Cli::show("Start of execution", 'COMMENT');
     View::cleanCache();
     Database::cleanCache();
     Utils::cleanCache(true);
     Cli::show("End of execution", 'COMMENT');
 }