registerCacheKeyContributor method
Registers a cache-key contributor descriptor.
Implementation
void registerCacheKeyContributor(
PixaCacheKeyContributorDescriptor contributor,
) {
_putUnique(_cacheKeyContributors, contributor, 'cache-key contributor');
}