Directs the predictive cache to preload a projection of a Set<T> along with other elements of the Set<T>.
Directs the predictive cache to preload a projection of a Collection<T> along with other elements of the Collection<T>.
public static Collection<T> Precache<T>(Collection<T>,string,params object[]);
Directs the predictive cache to preload a projection of a Set<T> along with other elements of the Set<T>.
public static Set<T> Precache<T>(Set<T>,string,params object[]);