Bind a resource instance in a HK2 context. The bound resource instance is internally cached to make sure any sub-sequent attempts to bind the class are silently ignored.
WARNING: This version of method is not synchronized as well as the cache is not checked for existing bindings before the resource is bound and cached.
@param resource resource instance to be bound.
@param providerModel provider model for the resource class. If not {@code null}, the class wil be bound as a contract provider too.
@param dc dynamic HK2 service locator configuration.