rbtools.commands.clearcache¶
Implementation of rbt clear-cache.
Classes
|
Delete the HTTP cache used for the API. |
- class rbtools.commands.clearcache.ClearCache(transport_cls: Type[Transport] = <class 'rbtools.api.transport.sync.SyncTransport'>, stdout: TextIO = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, stderr: TextIO = <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, stdin: TextIO = <_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>)[source]¶
Bases:
BaseCommand
Delete the HTTP cache used for the API.
- description: str = 'Delete the HTTP cache used for the API.'[source]¶
A short description of the command, suitable for display in usage text.
- Type:
- option_list: List[Union[Option, OptionGroup]] = [<rbtools.commands.base.options.Option object>][source]¶
Command-line options for this command.
- Type:
list
ofOption
orOptionGroup