push

Returns a JSON adapter that was already created for this call, or null if this is the first time in this call that the cache key has been requested in this call. This may return a lookup that isn't yet ready if this lookup is reentrant.

open fun <T> push(type: Type, fieldName: String, cacheKey: Any): JsonAdapter<T>