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)

Overload List

Name Description
System_CAPS_pubmethod GetIfNewer(String, DataCacheItemVersion)

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

System_CAPS_pubmethod GetIfNewer(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.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top