ObjectCacheProvider.GetInstance Method (String)
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual ObjectCache GetInstance(
string objectCacheName = null
)
public:
virtual ObjectCache^ GetInstance(
String^ objectCacheName = null
)
abstract GetInstance :
objectCacheName:string = null -> ObjectCache
override GetInstance :
objectCacheName:string = null -> ObjectCache
Public Overridable Function GetInstance (
objectCacheName As String
) As ObjectCache
Parameters
- objectCacheName
Type: System.String
Return Value
Type: System.Runtime.Caching.ObjectCache
Type: ObjectCache.
See Also
ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top