CachedFactory
mill.util.CachedFactory
abstract class CachedFactory[K, V] extends CachedFactoryWithInitData[K, Unit, V]
As CachedFactoryWithInitData but does not have an initialization data.
Attributes
- Source
- CachedFactory.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
-
class ClassLoaderCachedFactory[T]class KotlinWorkerManager
Members list
Value members
Abstract methods
Attributes
- Source
- CachedFactory.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
- Inherited from:
- CachedFactoryWithInitData
- Source
- CachedFactory.scala
Attributes
- Inherited from:
- CachedFactoryWithInitData
- Source
- CachedFactory.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- CachedFactoryWithInitData
- Source
- CachedFactory.scala
Attributes
- Inherited from:
- CachedFactoryWithInitData
- Source
- CachedFactory.scala
In this article