Options
All
  • Public
  • Public/Protected
  • All
Menu

Cache implementation that doesn't cache anything and will always trigger the fallback.

Hierarchy

  • NoOpGoalCache

Implements

Index

Methods

Methods

put

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

    • gi: GoalInvocation
    • project: GitProject
    • files: string[]
    • Optional classifier: string

    Returns Promise<void>

remove

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

retrieve

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

Generated using TypeDoc