rbtools.commands.clearcache¶
Implementation of rbt clear-cache.
Classes
|
Delete the HTTP cache used for the API. |
- class rbtools.commands.clearcache.ClearCache(transport_cls=<class 'rbtools.api.transport.sync.SyncTransport'>, stdout=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>, stderr=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, stdin=<_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>)[source]¶
Bases:
Command
Delete the HTTP cache used for the API.
- description = 'Delete the HTTP cache used for the API.'[source]¶
A short description of the command, suitable for display in usage text.
- Type: