Gets or sets whether to extend the cache duration on a cache request. If true each request of a persistent
or query extends the cache duration for the specified time span.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ExtendDurationOnRequest As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SimpleCacheManager
Dim value As Boolean
instance.ExtendDurationOnRequest = value
value = instance.ExtendDurationOnRequest
|
| C# | |
|---|
public bool ExtendDurationOnRequest {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_ExtendDurationOnRequest();
public: __property void set_ExtendDurationOnRequest(
bool value
); |
| C++/CLI | |
|---|
public:
property bool ExtendDurationOnRequest {
bool get();
void set (bool value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also