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
* Refactor CoreAdapterBuilder cache use
We can merge the 2 build() methods because the cacheKey is always just the type.
* The key for adapterCache can be Type rather than Object
* Refactor CoreAdapterBuilder to put ValidationAdapters into the cache
Previously, it always created new adapters and didn't actually use the adapterCache.
---------
Co-authored-by: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
0 commit comments