Wraps a ClassValue cache so it can be overridden in an android environment, where it isn't available.
ClassValue
Wraps a ThreadLocal#withInitial(Supplier) so it can be overridden in an android environment, where this method is not available until API 26.
ThreadLocal#withInitial(Supplier)