The methods of the PredictiveCacheManager class are listed below. For a complete list of PredictiveCacheManager class members, see the PredictiveCacheManager Members topic.
![]() LoadWithView | Hints data retrieval services to retrieve the specified set of properties for a Set whenever the resulting Set is enumerated. |
![]() LoadWithView<T> | Overloaded. Hints data retrieval services to retrieve the specified set of properties for persistent objects. |
![]() Precache | Directs the predictive cache to preload a projection of a Set along with other elements of the Set. |
![]() Precache<T> | Overloaded. Directs the predictive cache to preload a projection of a Set<T> along with other elements of the Set<T>. |
![]() PrecacheSet | Directs the predictive cache to preload a related collection for a Set along with other elements of the Set. |
![]() PrecacheSet<T> | |
![]() PrecacheWithView | Directs the predictive cache to preload the specified set of properties of a projection for a Set along with other elements of the Set. |
![]() PrecacheWithView<T> | Overloaded. |
Equals (inherited from Object) | Determines whether the specified object is equal to the current object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a string that represents the current object. |
Finalize (inherited from Object) | Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current object. |