Set `enable_prefix_caching=True` in vLLM engine to enable APC. Here is an example: ```python import time from vllm import LLM, SamplingParams # A prompt containing a large markdown table. The table is randomly generated by GPT-4. LONG_PROMPT = "You are a helpful assistant in recogniz...