Compartilhar via


ObjectCacheElement.CreateObjectCache Method (String)

 

Applies To: Dynamics CRM 2013

Creates an ObjectCache object.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public ObjectCache CreateObjectCache(
    string objectCacheName = null
)
public:
ObjectCache^ CreateObjectCache(
    String^ objectCacheName = null
)
member CreateObjectCache : 
        objectCacheName:string = null -> ObjectCache
Public Function CreateObjectCache (
    objectCacheName As String
) As ObjectCache

Parameters

Return Value

Type: System.Runtime.Caching.ObjectCache

Type: ObjectCache
.

See Also

ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top