b2c-custom-caches - Implement custom caching in B2C Commerce
Implement custom caching with CacheMgr and caches.json for server-side performance optimization
Tags
Updated: 2026-05-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- define caches in JSON files
- access caches via Script API
- store values in cache
- get values from cache
- remove cache entries
- set cache expiration
- cache expensive calculations
- cache external API responses
- load configurations from files
Inputs
- caches.json definitions
- cache keys
- cached values
- configuration files
- external API responses
- computation results
Outputs
- cached values
- configuration data
- calculation results
Requirements
- Script API access
- cartridge with caches.json
