Uses of Class
net.bytebuddy.TypeCache.StorageKey
-
Packages that use TypeCache.StorageKey Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program. -
-
Uses of TypeCache.StorageKey in net.bytebuddy
Fields in net.bytebuddy with type parameters of type TypeCache.StorageKey Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<TypeCache.StorageKey,java.util.concurrent.ConcurrentMap<T,java.lang.ref.Reference<java.lang.Class<?>>>>
TypeCache. cache
The underlying map containing cached objects.
-