[HiCache] fix: HiCacheFile component key suffixing (#22891)
Co-authored-by: Zhangheng <hzh0425@apache.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user