Support clear mm and encoder cache (#33452)

Signed-off-by: Roger Wang <hey@rogerw.io>
Co-authored-by: Roger Wang <hey@rogerw.io>
This commit is contained in:
jma99_2333
2026-01-31 07:22:25 -08:00
committed by GitHub
parent 13b842f271
commit 22d9a056d5
15 changed files with 212 additions and 1 deletions

View File

@@ -113,6 +113,11 @@ class EngineClient(ABC):
"""Reset the multi-modal cache"""
...
@abstractmethod
async def reset_encoder_cache(self) -> None:
"""Reset the encoder cache"""
...
@abstractmethod
async def reset_prefix_cache(
self, reset_running_requests: bool = False, reset_connector: bool = False