Merge pull request #3014 from alphagov/cache-organisations

Cache organisations, not just domains in Redis
This commit is contained in:
Chris Hill-Scott
2019-06-14 16:55:53 +01:00
committed by GitHub
4 changed files with 87 additions and 15 deletions

View File

@@ -417,7 +417,12 @@ def clear_cache():
('letter_branding', [
'letter_branding',
'letter_branding-????????-????-????-????-????????????',
])
]),
('organisation', [
'organisations',
'domains',
'live-service-and-organisation-counts',
]),
])
form = ClearCacheForm()