DataCache.GetIfNewer Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Overload List

Name Description
DataCache.GetIfNewer (String, ref DataCacheItemVersion)
Gets an object from the cache, but only if a newer version of the object resides in the cache.
DataCache.GetIfNewer (String, ref DataCacheItemVersion, String)
Gets an object from the specified region, but only if a newer version of the object resides in the region.

See Also

Reference

DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace