interface AtomicStep { getCacheKey?(): Promise<undefined | string>; (container): Promise<void>; } - AtomicStep(container): Promise<void>
Returns Promise<void>
Methods
Optional
getCacheKey
- getCacheKey(): Promise<undefined | string>
Returns Promise<undefined | string>