github.com/metux/go-metabuild@v0.0.0-20240118143255-d9ed5ab697f9/spec/cache/keys.go (about)

     1  package cache
     2  
     3  import (
     4  	"github.com/metux/go-magicdict/api"
     5  )
     6  
     7  type Key = api.Key
     8  
     9  const (
    10  	KeyChecks = Key("checks")
    11  
    12  	KeyCached = Key("cached")
    13  	KeyResult = Key("result")
    14  )