CacheService.delete()
Home > @backstage/backend-plugin-api
> CacheService
> delete
Removes the given key from the cache store.
Signature:
delete(key: string): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
key |
string |
Promise<void>