ModelBuilder Clip function is reloading the input feature class each time because the clipping function is being called on an iteration of features on a clipping feature layer. Is there way to load the input feature layer into memory so as to avoid having to read the feature layer for each iteration?