Create Platform Cache Partition
sf_create_platform_cache_partitionCreate a Platform Cache partition in Salesforce to improve app performance by storing data server-side. Allocate session and org cache sizes, optionally set as default.
Instructions
Creates a Platform Cache partition in the Salesforce org via the Metadata API. Platform Cache improves app performance by storing data server-side close to Apex code. Allocate capacity for session cache (per-user, per-session) and org cache (shared across all users). Optionally mark as the default partition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description | |
| orgCacheSize | No | Org cache size in MB | |
| partitionName | Yes | Cache partition API name | |
| sessionCacheSize | No | Session cache size in MB | |
| isDefaultPartition | No | Whether this is the default partition |