* Fix typo in a docstring
It's "compiled_cache" not "query_cache".
* Update async engine as well
This applies **only** to the built-in cache that is established
via the :paramref:`_engine.create_engine.query_cache_size` parameter.
It will not impact any dictionary caches that were passed via the
- :paramref:`.Connection.execution_options.query_cache` parameter.
+ :paramref:`.Connection.execution_options.compiled_cache` parameter.
.. versionadded:: 1.4
This applies **only** to the built-in cache that is established
via the :paramref:`_engine.create_engine.query_cache_size` parameter.
It will not impact any dictionary caches that were passed via the
- :paramref:`.Connection.execution_options.query_cache` parameter.
+ :paramref:`.Connection.execution_options.compiled_cache` parameter.
.. versionadded:: 1.4