RefCountedClassLoaderCache
mill.util.RefCountedClassLoaderCache
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