`createAccessibilityNodeInfo` is the main way android retrieves nodes in the accessibility tree. When gecko cache is enabled, we should get the node info directly from gecko and skip the java cache.
Bug 1758811 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
There are two more places where the java cache is still used when ctw is enabled: 1. `createAccessibilityNodeInfo` is the main way android retrieves nodes in the accessibility tree. When gecko cache is enabled, we should get the node info directly from gecko and skip the java cache. 2. `sendEvent` uses the cache to retrieve the class name when none was provided. Once those two cases are resolved we can also stop pushing a cache to the java layer.