Uses of Class
com.github.benmanes.caffeine.jcache.copy.IdentityCopier
-
Packages that use IdentityCopier Package Description com.github.benmanes.caffeine.jcache.copy -
-
Uses of IdentityCopier in com.github.benmanes.caffeine.jcache.copy
Methods in com.github.benmanes.caffeine.jcache.copy that return IdentityCopier Modifier and Type Method Description static IdentityCopier
IdentityCopier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IdentityCopier[]
IdentityCopier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-