Class JarCacheSupport

java.lang.Object
hudson.remoting.JarCache
hudson.remoting.JarCacheSupport
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
FileSystemJarCache

public abstract class JarCacheSupport extends JarCache implements Closeable
Default partial implementation of JarCache.
Since:
2.24
Author:
Kohsuke Kawaguchi