ObjectCacheManager.GetInstance Method (String)
Applies To: Dynamics CRM 2015
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright