Uses of Class
net.bytebuddy.TypeCache.StorageKey
Packages that use TypeCache.StorageKey
Package
Description
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.StorageKeyModifier and TypeFieldDescriptionprotected final ConcurrentMap<TypeCache.StorageKey,
ConcurrentMap<T, Object>> TypeCache.cache
The underlying map containing cached objects.