cacheable
Set the cacheable property if you do not want the search backend to pull cached values from the property database.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public bool cacheable { get; set; }
Remarks
This is particularly useful if you know that the selected value changes often.