DataCache.Put Method

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

Adds or replaces an object in the cache.

Overload List

Name Description
DataCache.Put (String, Object)
Adds or replaces an object in the cache.
DataCache.Put (String, Object, DataCacheItemVersion)
Adds or replaces an object in the cache if it is at the specified version.
DataCache.Put (String, Object, Generic List)
Adds or replaces an object in the cache. Associates tags with the cached object.
DataCache.Put (String, Object, String)
Adds or replaces an object in the specified region.
DataCache.Put (String, Object, TimeSpan)
Adds or replaces an object in the cache. Specifies the timeout value of the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, Generic List)
Adds or replaces an object in the cache if it is at the specified version. Associates tags with the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, String)
Adds or replaces an object in the specified region if it is at the specified version.
DataCache.Put (String, Object, DataCacheItemVersion, TimeSpan)
Adds or replaces an object in the cache if it is at the specified version. Specifies the timeout value of the cached object.
DataCache.Put (String, Object, Generic List, String)
Adds or replaces an object in the specified region. Associates tags with the cached object.
DataCache.Put (String, Object, TimeSpan, Generic List)
Adds or replaces an object in the cache. Specifies the timeout value and associates tags with the cached object.
DataCache.Put (String, Object, TimeSpan, String)
Adds or replaces an object in the specified region. Specifies the timeout value of the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, Generic List, String)
Adds or replaces an object in the specified region if it is at the specified version. Associates tags with the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, TimeSpan, Generic List)
Adds or replaces an object in the cache if it is at the specified version. Specifies the timeout value and associates tags with the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, TimeSpan, String)
Adds or replaces an object in the specified region if it is at the specified version. Specifies the timeout value of the cached object.
DataCache.Put (String, Object, TimeSpan, Generic List, String)
Adds or replaces an object in the specified region. Specifies the timeout value and associates tags with the cached object.
DataCache.Put (String, Object, DataCacheItemVersion, TimeSpan, Generic List, String)
Adds or replaces an object in the specified region if it is at the specified version. Specifies the timeout value and associates tags with the cached object.

See Also

Reference

DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace