Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private com.google.common.cache.Cache<State,java.util.Set<WeakKeySet.KeyAndSource>> |
WeakKeySet.evictionCache
Tracks child injector lifetimes and evicts blacklisted keys/sources after the child injector is
garbage collected.
|
Modifier and Type | Method and Description |
---|---|
private void |
WeakKeySet.cleanUpForCollectedState(java.util.Set<WeakKeySet.KeyAndSource> keysAndSources)
There may be multiple child injectors blacklisting a certain key so only remove the source
that's relevant.
|