Get the bundles cache. :return: the bundles cache.
()
| 126 | |
| 127 | |
| 128 | def get_bundle_cache() -> List[Dict]: |
| 129 | """ |
| 130 | Get the bundles cache. |
| 131 | :return: the bundles cache. |
| 132 | """ |
| 133 | return __bundles_cache |
| 134 | |
| 135 | |
| 136 | def get_bundle_checksum() -> str: |