}
protected FileCacheBackedScriptClassCompiler createFileCacheBackedScriptClassCompiler(
CacheRepository cacheRepository, EmptyScriptGenerator emptyScriptGenerator, final StartParameter startParameter,
ProgressLoggerFactory progressLoggerFactory, ClassLoaderCache classLoaderCache) {
CacheValidator scriptCacheInvalidator = new CacheValidator() {
public boolean isValid() {
return !startParameter.isRecompileScripts();
}
};
return new FileCacheBackedScriptClassCompiler(