refresh_cache
Refresh repository cache by re-parsing incremental changes or discarding for full rebuild. Returns counts of reparsed files and invalidated entries.
Instructions
캐시를 갱신 / refresh the cache.
full=False(기본): 증분 스캔 — 변경분만 재파싱 후 캐시 저장. full=False (default): incremental scan — re-parse only changes, then persist. full=True: 캐시 폐기 후 전체 재빌드(복구용). full=True: discard cache then rebuild from scratch (recovery).
반환 / returns: {reparsed, invalidated, elapsed_ms} reparsed: 이번에 재파싱된 파일 수 / files re-parsed this run. invalidated: 무효화(삭제)된 캐시 엔트리 수 / cache entries invalidated/removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| repo_path | Yes |