MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / clear_cache

Method clear_cache

modules/sam3_info_extractor.py:362–365  ·  view source on GitHub ↗

清空图像缓存

(self)

Source from the content-addressed store, hash-verified

360 return []
361
362 def clear_cache(self):
363 """清空图像缓存"""
364 with self._cache_lock:
365 self._state_cache.clear()
366
367
368# ======================== SAM3信息提取器 ========================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected