Compartilhar via


ObjectCacheProvider.GetCacheItemDetailCacheKey Method (ObjectCache, String)

 

Applies To: Dynamics CRM 2013

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

Syntax

protected virtual string GetCacheItemDetailCacheKey(
    ObjectCache cache,
    string cacheKey
)
protected:
virtual String^ GetCacheItemDetailCacheKey(
    ObjectCache^ cache,
    String^ cacheKey
)
abstract GetCacheItemDetailCacheKey : 
        cache:ObjectCache *
        cacheKey:string -> string
override GetCacheItemDetailCacheKey : 
        cache:ObjectCache *
        cacheKey:string -> string
Protected Overridable Function GetCacheItemDetailCacheKey (
    cache As ObjectCache,
    cacheKey As String
) As String

Parameters

Return Value

Type: System.String

Type: String.

See Also

ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top