Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func CacheMountsLocker() sync.Locker + func ClearActiveCacheMounts() + type CacheRefMetadata struct + func SearchCacheDir(ctx context.Context, store cache.MetadataStore, id string) ([]CacheRefMetadata, error) + func (md CacheRefMetadata) ClearCacheDirIndex() error + type MountManager struct + func NewMountManager(name string, cm cache.Manager, sm *session.Manager) *MountManager + func (mm *MountManager) MountableCache(ctx context.Context, m *pb.Mount, ref cache.ImmutableRef, g session.Group) (cache.MutableRef, error) + func (mm *MountManager) MountableSSH(ctx context.Context, m *pb.Mount, g session.Group) (cache.Mountable, error) + func (mm *MountManager) MountableSecret(ctx context.Context, m *pb.Mount, g session.Group) (cache.Mountable, error) + func (mm *MountManager) MountableTmpFS(m *pb.Mount) cache.Mountable