You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Several registry implementations employ client-side caching of registry proto, for example sql and snowflake. The code for caching is virtually identical and repeated.
Describe the solution you'd like
Add an abstract layer on top of base registry that implements caching logic and lets subclasses handle the logic only for the cases when there's a cache miss.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Several registry implementations employ client-side caching of registry proto, for example
sql
andsnowflake
. The code for caching is virtually identical and repeated.Describe the solution you'd like
Add an abstract layer on top of base registry that implements caching logic and lets subclasses handle the logic only for the cases when there's a cache miss.
The text was updated successfully, but these errors were encountered: