# cacheable

> Set the cacheable property if you do not want the search backend to pull cached values from the property database.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.7/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public bool cacheable { get; set; }
```

### Remarks

This is particularly useful if you know that the selected value changes often.
