# CacheServerMode

> Selects the cache server configuration mode.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum CacheServerMode
```

## Fields

| Value                                                                                         | Description                                                                       |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [AsPreferences](/engine/6000.6/script-reference/unityeditor/cacheservermode/aspreferences.md) | Use this if you want to use the global cache server settings.                     |
| [Disabled](/engine/6000.6/script-reference/unityeditor/cacheservermode/disabled.md)           | Use this if you want to disable the use of cache server for the project.          |
| [Enabled](/engine/6000.6/script-reference/unityeditor/cacheservermode/enabled.md)             | Use this if you want to enable use of the project specific cache server settings. |
