RefCountedClassLoaderCache
mill.util.RefCountedClassLoaderCache
@Scaladoc(value = "/**\n * Caches classloaders that can be shared between different workers, keeping\n * a reference count of each classloader and only closing it after no more\n * references exist\n */")
class RefCountedClassLoaderCache(sharedLoader: ClassLoader, sharedPrefixes: Seq[String], parent: ClassLoader)
Caches classloaders that can be shared between different workers, keeping a reference count of each classloader and only closing it after no more references exist
Attributes
- Source
- RefCountedClassLoaderCache.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article