| |
|
| java.lang.Object com.sun.jbi.framework.JarCache
JarCache | public class JarCache (Code) | | Implements a cache of JarFiles used by Classloader implementations to
load classes and resources. The advantage that this class provides over
traditional URLClassLoader behavior is that open JarFile references can be
closed on demand when the classloader is no longer needed.
|
Inner Class :public static class JarFileImpl extends JarFile | |
close | public void close()(Code) | | Closes all JarFiles stored in the cache, which should make them
eligible for filesystem-level deletion.
|
|
|
|