DataCache.Put Method
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 IEnumerable) | 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 IEnumerable) | 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 IEnumerable, String) | Adds or replaces an object in the specified region. Associates tags with the cached object. |
DataCache.Put (String, Object, TimeSpan, Generic IEnumerable) | 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 IEnumerable, 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 IEnumerable) | 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 IEnumerable, 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 IEnumerable, 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.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26