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
public bool SqlCacheDependencyNeeded {get;}
public: __property bool get_SqlCacheDependencyNeeded();
public:
property bool SqlCacheDependencyNeeded {
bool get();
}
See Also