 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	LocalCacheID = "local"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
	solver.CacheManager
}
    func NewManager ¶
func NewManager(ctx context.Context, managerConfig ManagerConfig) (Manager, error)
type ManagerConfig ¶
type ManagerConfig struct {
	KeyStore     solver.CacheKeyStorage
	ResultStore  solver.CacheResultStorage
	Worker       worker.Worker
	MountManager *mounts.MountManager
	EngineID     string
}
     Click to show internal directories. 
   Click to hide internal directories.