TechTalk Genome v4.2

PredictiveCacheManager.Precache<T> Method

Directs the predictive cache to preload a projection of a Set<T> along with other elements of the Set<T>.

Overload List

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[]);

See Also

PredictiveCacheManager Class | TechTalk.Genome Namespace