Class JarCache

java.lang.Object
hudson.remoting.JarCache
Direct Known Subclasses:
JarCacheSupport

public abstract class JarCache extends Object
Jar file cache.

The remoting library supports local jar file caching for the efficiency in remote class loading. The cache stores jar files sent by the other side, and identifies jars with MD5 checksums that uniquely identifies its content. This allows the cache to be reused by future channel sessions or other concurrent channel sessions.

Since:
2.24
Author:
Kohsuke Kawaguchi
  • Field Details

    • DEFAULT_NOWS_JAR_CACHE_LOCATION

      public static final File DEFAULT_NOWS_JAR_CACHE_LOCATION
      Default JAR cache location for disabled workspace Manager.
  • Constructor Details

    • JarCache

      public JarCache()
  • Method Details