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
Retrieves the associated CacheItemDetail for a cache item.
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static CacheItemDetail GetCacheItemDetail(
    this ObjectCache cache,
    string cacheKey,
    string regionName = null
)
public:
[ExtensionAttribute]
static CacheItemDetail^ GetCacheItemDetail(
    ObjectCache^ cache,
    String^ cacheKey,
    String^ regionName = null
)
static member GetCacheItemDetail : 
        cache:ObjectCache *
        cacheKey:string *
        regionName:string = null -> CacheItemDetail
<ExtensionAttribute>
Public Shared Function GetCacheItemDetail (
    cache As ObjectCache,
    cacheKey As String,
    regionName As String
) As CacheItemDetail
Parameters
- cache
 Type: System.Runtime.Caching.ObjectCache
- cacheKey
 Type: System.String
- regionName
 Type: System.String
Return Value
Type: Microsoft.Xrm.Client.Caching.CacheItemDetail
Type: CacheItemDetail.
See Also
ObjectCacheManager Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top