GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
25 stars 6 forks source link

refactor: rename Instance to RefreshAheadCache #323

Closed jackwotherspoon closed 4 weeks ago

jackwotherspoon commented 4 weeks ago

Rename Instance to RefreshAheadCache to get ready for adding a LazyRefreshCache type in the future. This will improve naming so customers are not confused by Instance not reflecting an AlloyDB instance and instead being a cache of connection info to connect to an AlloyDB instance.

Port of https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1068

enocom commented 4 weeks ago

Fixes #310.