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
Description: Base class for DataProxies for ESSources that can be specialized based on concurrency needs
10
+
Description: Base class for ESProductResolvers for ESSources that can be specialized based on concurrency needs
11
11
12
12
Usage:
13
-
The ESSourceProductResolverBase provides the bases for DataProxies needed for ESSources. It allows customization of synchronization needs via the use of template parameters.
13
+
The ESSourceProductResolverBase provides the bases for ProductResolvers needed for ESSources.
14
+
It allows customization of synchronization needs via the use of template parameters.
14
15
15
16
NOTE: if inheriting classes override `void invalidateCache()` they must be sure to call this classes
0 commit comments