Share via


ObjectCacheProvider.GetInstance Method (String)

 

Applies To: Dynamics CRM 2015

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

Return Value

Type: System.Runtime.Caching.ObjectCache

Type: ObjectCache.

See Also

ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright