HostCacheBridge matches the v1.4 HostKeysBridge / HostMediaBridge
convention — it is a pure type alias for CacheServiceOptions, NOT a new
type. Existing consumers of CacheServiceOptions continue to work
unchanged; new consumers may prefer HostCacheBridge for consistency
with the other Host*Bridge names in @kehto/services.
Anti-feature note (PITFALLS.md M-02): CacheServiceOptions MUST remain
the primary export. This alias is additive; do not rename or delete
CacheServiceOptions when other Host*Bridge names eventually
stabilize.
@kehto/services cross-package naming-parity alias for CacheServiceOptions.
HostCacheBridgematches the v1.4HostKeysBridge/HostMediaBridgeconvention — it is a pure type alias forCacheServiceOptions, NOT a new type. Existing consumers ofCacheServiceOptionscontinue to work unchanged; new consumers may preferHostCacheBridgefor consistency with the other Host*Bridge names in@kehto/services.Anti-feature note (PITFALLS.md M-02):
CacheServiceOptionsMUST remain the primary export. This alias is additive; do not rename or deleteCacheServiceOptionswhen other Host*Bridge names eventually stabilize.