memoryweave/go/internal/api
小唯 23c6547503 perf: add graph navigate cache (TTL 5min, 500 entries) + cache invalidation + cache stats API
- NewCachedGraphStore: governance.GraphStore wrapper, only Navigate() is cached
- GraphCacheRef: expose InvalidateAll() + Stats() for cache management
- Cache invalidation on graph/edge add, graph/cleanup (non-dry-run)
- New /api/v1/cache/stats endpoint for cache monitoring
- /api/v1/health now registered at /api/v1/health path too
- normalizeEntity: preserve Unicode letters (Chinese chars not stripped)
2026-06-16 18:09:51 +08:00
..
middleware fix: 静态文件路径 / 在 Auth 白名单中放行(供 Web UI 直接访问) 2026-06-02 17:34:28 +08:00
routes feat(graph): add graph cleanup + nl_query + navigate grouped format 2026-06-15 18:09:27 +08:00
server.go perf: add graph navigate cache (TTL 5min, 500 entries) + cache invalidation + cache stats API 2026-06-16 18:09:51 +08:00
server_sqlite_nowindows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00
server_storage_nowindows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00
server_storage_windows.go fix: add clusters_found/noise_points/quality_score to consolidate API response 2026-06-08 10:35:10 +08:00