[HiCache] fix: HiCacheFile component key suffixing (#22891)

Co-authored-by: Zhangheng <hzh0425@apache.org>
This commit is contained in:
shuwenn
2026-04-17 13:06:28 -07:00
committed by GitHub
co-authored by Zhangheng
parent 5d4e899477
commit 90c76d665e
@@ -43,6 +43,9 @@ class PoolName(str, Enum):
MAMBA = "mamba"
INDEXER = "indexer"
def __str__(self) -> str:
return self.value
class PoolHitPolicy(str, Enum):
"""Hit policy for batch_exists_v2 per-pool prefix matching.