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<InjectorBindingData,java.util.Set<WeakKeySet.KeyAndSource>>
WeakKeySet. evictionCache
Tracks child injector lifetimes and evicts banned 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. cleanupOnRemoval(com.google.common.cache.RemovalNotification<InjectorBindingData,java.util.Set<WeakKeySet.KeyAndSource>> notification)
-