[mem_cache][10/N] refactor: drop the redundant _component suffix in unified_cache/components (#35644)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
14a131ad5b
commit
7f1f8c706a
@@ -36,12 +36,12 @@ from sglang.srt.mem_cache.unified_cache.cache_action import (
|
||||
ReplaceWriteThroughOnNodeSplit,
|
||||
)
|
||||
from sglang.srt.mem_cache.unified_cache.component_type import ComponentType
|
||||
from sglang.srt.mem_cache.unified_cache.components.full_component import FullComponent
|
||||
from sglang.srt.mem_cache.unified_cache.components.swa_component import SWAComponent
|
||||
from sglang.srt.mem_cache.unified_cache.components.tree_component import (
|
||||
from sglang.srt.mem_cache.unified_cache.components.base import (
|
||||
ExternalLinkerLoadPhase,
|
||||
LinkerTransferPhase,
|
||||
)
|
||||
from sglang.srt.mem_cache.unified_cache.components.full import FullComponent
|
||||
from sglang.srt.mem_cache.unified_cache.components.swa import SWAComponent
|
||||
from sglang.srt.mem_cache.unified_cache.unified_cache_linker import (
|
||||
ExternalCacheHitMarker,
|
||||
UnifiedCacheLinker,
|
||||
|
||||
Reference in New Issue
Block a user