mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge pull request #3014 from alphagov/cache-organisations
Cache organisations, not just domains in Redis
This commit is contained in:
@@ -417,7 +417,12 @@ def clear_cache():
|
||||
('letter_branding', [
|
||||
'letter_branding',
|
||||
'letter_branding-????????-????-????-????-????????????',
|
||||
])
|
||||
]),
|
||||
('organisation', [
|
||||
'organisations',
|
||||
'domains',
|
||||
'live-service-and-organisation-counts',
|
||||
]),
|
||||
])
|
||||
|
||||
form = ClearCacheForm()
|
||||
|
||||
Reference in New Issue
Block a user