Whether to use Sql Cache Dependencies for validating cached documents
%%. If this is enabled,
documents will be cached with a dependency on the SqlCommand which embodies the query by which they were obtained such that
any change in the results of the query would be automatically detected and the cached item will become invalid.
Syntax
'Declaration
Public ReadOnly Property SqlCacheDependencyNeeded As Boolean
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As Boolean
value = instance.SqlCacheDependencyNeeded
public bool SqlCacheDependencyNeeded {get;}
public: __property bool get_SqlCacheDependencyNeeded();
public:
property bool SqlCacheDependencyNeeded {
bool get();
}
See Also