Cache Strategy
How to configure cache paths, permissions, and recovery for production SDK instances.
- Use a dedicated writable directory per service (container volume, app data dir).
- Ensure cache survives restarts but clears on intentional image rebuilds when needed.
- On corruption, delete cache and restart to force a clean sync.
Details: Persistent Cache, Cache Not Restored.