예제 #1
0
 /**
  * Clean cache
  */
 protected function cleanCache()
 {
     \Less_Cache::$gc_lifetime = 2;
     // Unchangeable?
     \Less_Cache::CleanCache();
 }