OrganizationServiceCache.Cache Property
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual ObjectCache Cache { get; private set; }
public:
property ObjectCache^ Cache {
virtual ObjectCache^ get();
private: virtual void set(ObjectCache^ value);
}
abstract Cache : ObjectCache with get, private set
override Cache : ObjectCache with get, private set
Public Overridable Property Cache As ObjectCache
Get
Private Set
End Property
Property Value
Type: System.Runtime.Caching.ObjectCache
Type: ObjectCache
.
See Also
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top