lastModified = time;
}
ScriptCacheEntry cacheEntry = new ScriptCacheEntry(clazz, lastModified, time, value, false);
scriptCache.put(entryName, cacheEntry);
}
cache.clear();
localTh.set(null);
return answer;
}
private String getPath(Class clazz, Map<String,String> precompiledEntries) {
CompilationUnit cu = getLocalData().get().cu;