Uses of Class
com.google.inject.internal.WeakKeySet.KeyAndSource
-
Packages that use WeakKeySet.KeyAndSource Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of WeakKeySet.KeyAndSource in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type WeakKeySet.KeyAndSource Modifier and Type Field 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.Method parameters in com.google.inject.internal with type arguments of type WeakKeySet.KeyAndSource Modifier and Type Method 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.
-