Refactor CacheConfigurations to avoid storing configuration classes
This commit refactors CacheConfigurations implementation to make it more native friendly by storing strings instead of classes in order to avoid loading the configuration classes when CacheConfigurations is initialized at build time. See gh-25321
Showing
Please register or sign in to comment