예제 #1
0
 private static function disableStaticCache()
 {
     if (!self::$cacheData) {
         return false;
     }
     self::$cacheData = true;
     self::clearStaticCache();
     return true;
 }