Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Sharding EMEA 2022-03-07
Description
All the functions of the CatalogCache that returns a database wrap the result inside a CachedDatabaseInfo class. This is really unecessary in fact all the methods of the CachedDatabaseInfo class are simply a passthrough to the underlying TypeDatabase object functions.
The goal of this ticket is to get rid of the intermediate wrapper class and simply convert CachedDatabaseInfo to an alias of DatabaseTypeValueHandle