Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeployTargetCache

A cache for targets.

Hierarchy

Implements

Index

Properties

Protected _storage

_storage: any

The underlying storage.

Methods

get

  • get<TValue>(target: DeployTarget, name: string, defaultValue?: TValue): TValue

Protected getStorageKeyForTarget

has

set

  • set<TValue>(target: DeployTarget, name: string, value: TValue): this

Static normalizeName

  • normalizeName(name: string): string

Generated using TypeDoc