DataCache.ResetObjectTimeout Method
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.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Overload List
Name | Description | |
---|---|---|
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. |
|
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
DataCache Class
Microsoft.ApplicationServer.Caching Namespace
Return to top