public static interface UrlClassLoader.CachingCondition
UrlClassLoader.CachePool. This might be needed when a class loader is used on a directory
that's being written into, to avoid the situation when a resource path is cached as nonexistent but then a file actually appears there,
and other class loaders with the same caching pool should have access to these new resources. This can happen during compilation process
with several module outputs.| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldCacheData(java.net.URL url) |