# valid

> Returns true if the cache is valid.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public bool valid { get; }
```

### Remarks

It returns false if the cache has been removed from cache list.
