DataCache::GetIfNewer Method

 

Gets an object from the cache, but only if a newer version of the object resides in the cache.

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

NameDescription
System_CAPS_pubmethodGetIfNewer(String^, DataCacheItemVersion^)

Gets an object from the cache, but only if a newer version of the object resides in the cache.

System_CAPS_pubmethodGetIfNewer(String^, DataCacheItemVersion^, String^)

Gets an object from the specified region, but only if a newer version of the object resides in the region. This overload is not supported in Windows Azure Shared Caching.

Return to top
Show: