Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- cache
 Type: System.Runtime.Caching.ObjectCache
- cacheKey
 Type: System.String
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