(entityID string)
| 115 | } |
| 116 | |
| 117 | func GetGithubToolsCache(entityID string) ([]commonParams.RunnerApplicationDownload, error) { |
| 118 | return githubToolsCache.Get(entityID) |
| 119 | } |
| 120 | |
| 121 | func DeleteGithubToolsCache(entityID string) { |
| 122 | githubToolsCache.Delete(entityID) |