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 ConcurrentMap<TypeCache.StorageKey,ConcurrentMap<T,Reference<Class<?>>>>
TypeCache. cache
The underlying map containing cached objects.
-