DataCache.ResetObjectTimeout Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Resets the object timeout value, defining how long objects reside in the cache before expiring. The value specified for the object overrides the default settings for the cache.
Overload List
Name | Description |
---|---|
DataCache.ResetObjectTimeout (String, TimeSpan) |
Resets the object timeout value, defining how long objects reside in the cache before expiring. The value specified for the object overrides the default settings for the cache.
|
DataCache.ResetObjectTimeout (String, TimeSpan, String) |
Resets the object timeout value, defining how long objects reside in the region before expiring. The value specified for the object overrides the default settings for the cache.
|
See Also
Reference
DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace