Files
FastDeploy/examples/cache_storage/README.md
T
jc 04fde3b227 [PD Disaggregation] Prefill and decode support cache storage (#6768)
* Prefill and decode support cache storage

* up

* up

* update docs and refine mooncake store

* up
2026-03-16 14:44:49 +08:00

32 lines
794 B
Markdown

# Global Cache Pooling Examples
This directory contains example scripts for Global Cache Pooling with MooncakeStore.
## Documentation
- [English Documentation](../../docs/features/global_cache_pooling.md)
- [中文文档](../../docs/zh/features/global_cache_pooling.md)
## Quick Start
```bash
# Multi-instance scenario
bash run.sh
# PD disaggregation scenario
bash run_03b_pd_storage.sh
```
## Scripts
| Script | Scenario | Description |
|--------|----------|-------------|
| `run.sh` | Multi-Instance | Two standalone instances sharing cache |
| `run_03b_pd_storage.sh` | PD Disaggregation | P+D instances with global cache pooling |
## Files
- `mooncake_config.json` - Mooncake configuration file
- `utils.sh` - Utility functions for scripts
- `stop.sh` - Stop all running services