Options
All
  • Public
  • Public/Protected
  • All
Menu

Cache implementation that caches files produced by goals to an archive that can then be stored, using tar and gzip to create the archives per goal invocation (and classifier if present).

Hierarchy

  • CompressingGoalCache

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private store

Methods

put

  • put(gi: GoalInvocation, project: LocalProject, files: string[], classifier?: string): Promise<void>

remove

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

retrieve

  • retrieve(gi: GoalInvocation, project: LocalProject, classifier?: string): Promise<void>

Generated using TypeDoc