Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the amount of time that the cache is valid.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public static void SetValidTimeSpanForCache(
TimeSpan validTimeSpan
)
public:
static void SetValidTimeSpanForCache(
TimeSpan validTimeSpan
)
Public Shared Sub SetValidTimeSpanForCache (
validTimeSpan As TimeSpan
)
Parameters
validTimeSpan
Type: System.TimeSpanThe valid time span of the cache.
See Also
HttpUtility Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top