Share via


ObjectCacheElement.CreateObjectCache Method (String)

 

Applies To: Dynamics CRM 2015

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

Return to top

© 2017 Microsoft. All rights reserved. Copyright