GO-2026-6309: Hatchet allows cross-tenant write/DoS to other tenants' workers via Dispatcher gRPC UpsertWorkerLabels and Unsubscribe in github.com/hatchet-dev/hatchet
type Cacheable interface {
// Set sets a value in the cache with the given key Set(key string, value interface{})
// Get gets a value from the cache with the given key Get(key string) (interface{}, bool)
// Stop stops the cache and clears any goroutines Stop()
}