Add way to invalidate cloud cache (#19800)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Nick Misasi
2022-03-21 10:42:09 -04:00
коммит произвёл GitHub
родитель 29b78f84d7
Коммит d89e42881a
2 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@@ -25,4 +25,5 @@ type CloudInterface interface {
// GetLicenseRenewalStatus checks on the portal whether it is possible to use token to renew a license
GetLicenseRenewalStatus(userID, token string) error
InvalidateCaches() error
}