B2C Custom Caches

🌐Community
by salesforcecommercecloud · vlatest · Repository

B2C Custom Caches optimizes website performance by storing frequently accessed B2C content for faster loading times and improved user experiences.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add b2c-custom-caches npx -- -y @trustedskills/b2c-custom-caches
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "b2c-custom-caches": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/b2c-custom-caches"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to discover and install custom caching configurations within the Salesforce B2C Commerce environment. It streamlines the deployment of performance optimizations tailored to specific business logic or traffic patterns.

When to use it

  • Performance Tuning: When an application experiences latency that standard caching layers cannot resolve.
  • Custom Logic Implementation: When you need to cache data based on complex, non-standard rules not covered by default settings.
  • Traffic Management: During high-traffic events where specific resources require aggressive caching strategies.
  • Developer Tooling: When integrating custom development workflows into the Salesforce Commerce Cloud ecosystem.

Key capabilities

  • Discovery of available custom cache configurations.
  • Installation and deployment of tailored caching mechanisms.
  • Integration with Salesforce B2C Commerce developer tooling.

Example prompts

  • "Help me install a custom cache configuration for my product catalog to reduce retrieval times."
  • "What custom caching options are available for handling flash sale traffic in this environment?"
  • "Deploy a specific caching rule I defined for the checkout process using the B2C developer tools."

Tips & gotchas

Ensure you have appropriate developer access rights within Salesforce Commerce Cloud before attempting to install custom configurations. Always test custom cache rules in a sandbox environment first to verify they do not conflict with existing system caches or cause data staleness.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
salesforcecommercecloud
Installs
36

🌐 Community

Passed automated security scans.