Compartilhar via


ObjectCacheProvider.GetCacheItemDetail Method (ObjectCache, String, String)

 

Applies To: Dynamics CRM 2013

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

Syntax

public virtual CacheItemDetail GetCacheItemDetail(
    ObjectCache cache,
    string cacheKey,
    string regionName = null
)
public:
virtual CacheItemDetail^ GetCacheItemDetail(
    ObjectCache^ cache,
    String^ cacheKey,
    String^ regionName = null
)
abstract GetCacheItemDetail : 
        cache:ObjectCache *
        cacheKey:string *
        regionName:string = null -> CacheItemDetail
override GetCacheItemDetail : 
        cache:ObjectCache *
        cacheKey:string *
        regionName:string = null -> CacheItemDetail
Public Overridable Function GetCacheItemDetail (
    cache As ObjectCache,
    cacheKey As String,
    regionName As String
) As CacheItemDetail

Parameters

Return Value

Type: Microsoft.Xrm.Client.Caching.CacheItemDetail

Type: CacheItemDetail.

See Also

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

Return to top