Update cache
laravel_cloud_update_cacheUpdate cache settings such as size, eviction policy, and public access to manage performance and resource allocation.
Instructions
Update a cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Cache name. | |
| size | No | Cache size. | |
| cache | Yes | Cache ID. | |
| is_public | No | Whether the cache is publicly accessible. | |
| eviction_policy | No | Key eviction policy. | |
| auto_upgrade_enabled | No | Automatically upgrade the cache when needed. |