Options
All
  • Public
  • Public/Protected
  • All
Menu

Goal archive store that stores the compressed archives into the SDM cache directory.

Hierarchy

  • FileSystemGoalCacheArchiveStore

Implements

Index

Methods

delete

  • delete(gi: GoalInvocation, classifier: string): Promise<void>

retrieve

  • retrieve(gi: GoalInvocation, classifier: string, targetArchivePath: string): Promise<void>

store

  • store(gi: GoalInvocation, classifier: string, archivePath: string): Promise<void>

Static Private getArchiveName

  • getArchiveName(gi: GoalInvocation): string

Static Private getCacheDirectory

  • getCacheDirectory(gi: GoalInvocation, classifier?: string): Promise<string>

Generated using TypeDoc