Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Retrieves a configured ObjectCache.
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static ObjectCache GetInstance(
    string objectCacheName = null
)
public:
static ObjectCache^ GetInstance(
    String^ objectCacheName = null
)
static member GetInstance : 
        objectCacheName:string = null -> ObjectCache
Public Shared Function GetInstance (
    objectCacheName As String
) As ObjectCache
Parameters
- objectCacheName
 Type: System.String
Return Value
Type: System.Runtime.Caching.ObjectCache
Type: ObjectCache.
See Also
ObjectCacheManager Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top