[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"
|
MAMBA = "mamba"
|
||||||
INDEXER = "indexer"
|
INDEXER = "indexer"
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
return self.value
|
||||||
|
|
||||||
|
|
||||||
class PoolHitPolicy(str, Enum):
|
class PoolHitPolicy(str, Enum):
|
||||||
"""Hit policy for batch_exists_v2 per-pool prefix matching.
|
"""Hit policy for batch_exists_v2 per-pool prefix matching.
|
||||||
|
|||||||
Reference in New Issue
Block a user