mill.kotlinlib.KotlinWorkerManager
See theKotlinWorkerManager companion object
class KotlinWorkerManager()(implicit ctx: TaskCtx) extends ClassLoaderCachedFactory[KotlinWorker]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class ClassLoaderCachedFactory[KotlinWorker]class CachedFactory[Seq[PathRef], KotlinWorker]class CachedFactoryWithInitData[Seq[PathRef], Unit, KotlinWorker]trait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
@Scaladoc(value = "/**\n * Returns true if the cache entry associated with the given key is still valid, false otherwise.\n *\n * If false, the entry will be removed from the cache and [[setup]] will be invoked.\n */")
Returns true if the cache entry associated with the given key is still valid, false otherwise.
Returns true if the cache entry associated with the given key is still valid, false otherwise.
If false, the entry will be removed from the cache and setup will be invoked.
Attributes
- Inherited from:
- CachedFactoryWithInitData
Attributes
- Definition Classes
-
ClassLoaderCachedFactory -> CachedFactoryWithInitData -> AutoCloseable
- Inherited from:
- ClassLoaderCachedFactory
Attributes
- Definition Classes
-
ClassLoaderCachedFactory -> CachedFactoryWithInitData
- Inherited from:
- ClassLoaderCachedFactory
Attributes
- Definition Classes
-
ClassLoaderCachedFactory -> CachedFactory
- Inherited from:
- ClassLoaderCachedFactory
Attributes
- Inherited from:
- CachedFactory
Attributes
- Definition Classes
-
ClassLoaderCachedFactory -> CachedFactoryWithInitData
- Inherited from:
- ClassLoaderCachedFactory
Attributes
- Inherited from:
- CachedFactory
Attributes
- Inherited from:
- CachedFactoryWithInitData
In this article