Home > @microsoft/rush-lib > CredentialCache
CredentialCache class
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export declare class CredentialCache
Methods
Method | Modifiers | Description |
---|---|---|
deleteCacheEntry(cacheId) | (BETA) | |
dispose() | (BETA) | |
initializeAsync(options) | static | (BETA) |
saveIfModifiedAsync() | (BETA) | |
setCacheEntry(cacheId, entry) | (BETA) | |
trimExpiredEntries() | (BETA) | |
tryGetCacheEntry(cacheId) | (BETA) | |
usingAsync(options, doActionAsync) | static | (BETA) |