mill.kotlinlib.KotlinWorkerManager
See theKotlinWorkerManager companion object
class KotlinWorkerManager()(implicit ctx: TaskCtx) extends ClassLoaderCachedFactory[KotlinWorker]
Attributes
- Companion
- object
- Source
- KotlinWorkerManager.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- KotlinWorkerManager.scala
Inherited methods
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
- Source
- CachedFactory.scala
Attributes
- Definition Classes
- Inherited from:
- ClassLoaderCachedFactory
- Source
- ClassLoaderCachedFactory.scala
Attributes
- Definition Classes
- Inherited from:
- ClassLoaderCachedFactory
- Source
- ClassLoaderCachedFactory.scala
Attributes
- Definition Classes
- Inherited from:
- ClassLoaderCachedFactory
- Source
- ClassLoaderCachedFactory.scala
Attributes
- Inherited from:
- CachedFactory
- Source
- CachedFactory.scala
Attributes
- Definition Classes
- Inherited from:
- ClassLoaderCachedFactory
- Source
- ClassLoaderCachedFactory.scala
Attributes
- Inherited from:
- CachedFactory
- Source
- CachedFactory.scala
Attributes
- Inherited from:
- CachedFactoryWithInitData
- Source
- CachedFactory.scala
In this article