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