# CloudCacheSettings.md

## NAMESPACE

RASAdminEngine.Core.OutputModels.UserProfile.FSLogix

## DESCRIPTION

FSLogix Cloud Cache Settings

## INHERITED FROM

[RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)

⇒

CloudCacheSettings

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                            | Name                                                                   | Description                                                              |
| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [EnableState](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/enablestate.md) | ClearCacheOnForcedUnregister                                           | Specifies the 'Clear cache on forced unregister'.                        |
| [EnableState](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/enablestate.md) | ClearCacheOnLogoff                                                     | Specifies the 'Clear cache on logoff'.                                   |
| UInt32                                                                                                          | HealthyProvidersRequiredForRegister                                    | Specifies the 'Healthy providers required for register'.                 |
| UInt32                                                                                                          | HealthyProvidersRequiredForUnregister                                  | Specifies the 'Healthy providers required for unregister'.               |
| UInt32                                                                                                          | MaxCacheSizeInMBs                                                      | Specifies the 'Max cache size in MBs'.                                   |
| UInt32                                                                                                          | UnregisterTimeout                                                      | Specifies the 'Unregister timeout'.                                      |
| Boolean                                                                                                         | UseClearCacheOnForcedUnregister                                        | Specifies if the 'Clear cache on forced unregister' option is enabled or |
| disabled.                                                                                                       | Boolean                                                                | UseClearCacheOnLogoff                                                    |
| Specifies if the 'Clear cache on logoff' option is enabled or disabled.                                         | Boolean                                                                | UseHealthyProvidersRequiredForRegister                                   |
| Specifies if the 'Healthy providers required for register' option is                                            | enabled or disabled.                                                   | Boolean                                                                  |
| UseHealthyProvidersRequiredForUnregister                                                                        | Specifies if the 'Healthy providers required for unregister' option is | enabled or disabled.                                                     |
| Boolean                                                                                                         | UseMaxCacheSizeInMBs                                                   | Specifies if the 'Max cache size in MBs' option is enabled or disabled.  |
| Boolean                                                                                                         | UseUnregisterTimeout                                                   | Specifies if the 'Unregister timeout' option is enabled or disabled.     |

## PUBLIC METHODS

| Type                | Name                                                                                                                                           | Description                                                                                                                                |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Int32               | CompareTo (Object obj)                                                                                                                         | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md) |
| Void                | CopyFrom ([CloudCacheSettings](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/cloudcachesettings.md) other) | Boolean                                                                                                                                    |
| Equals (Object obj) | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)     | Int32                                                                                                                                      |
| GetHashCode ()      | Inherited from [RASSerilazableObj](/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/rasserilazableobj.md)     | Type                                                                                                                                       |
| GetType ()          | String                                                                                                                                         | ToString ()                                                                                                                                |

### References to Types | | | | |--------------------------------------------------------------------|

\| [ContainerSettings](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/ContainerSettings.md) | | | [OfficeContainerSettings](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/OfficeContainerSettings.md) | | | [ProfileContainerSettings](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/ProfileContainerSettings.md) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/cloudcachesettings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
