KeywordQueryProperties.IsCachable property

Gets or sets a Boolean value that indicates if the query is cacheable.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsCachable As Boolean
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Boolean

value = instance.IsCachable

instance.IsCachable = value
[DataMemberAttribute]
public bool IsCachable { get; set; }

Property value

Type: System.Boolean

Remarks

If true, personal security access control lists (ACLs) are trimmed, making the query tree itself more cacheable.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace