Class UnsafeAccess
java.lang.Object
com.github.benmanes.caffeine.base.UnsafeAccess
Deprecated.
Scheduled for removal in version 3.0.0
Static access to
Unsafe and convenient utility methods for performing low-level, unsafe
operations.
Warning: This class is scheduled for removal in version 3.0.0.
- Author:
- ben.manes@gmail.com (Ben Manes)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final sun.misc.UnsafeDeprecated.The Unsafe instance. -
Method Summary
Modifier and TypeMethodDescriptionstatic longobjectFieldOffset(Class<?> clazz, String fieldName) Deprecated.Returns the location of a given static field.
-
Field Details
-
UNSAFE
public static final sun.misc.Unsafe UNSAFEDeprecated.The Unsafe instance.
-
-
Method Details
-
objectFieldOffset
-