Files
notifications-admin/app
Chris Hill-Scott cea7a027e3 Add caching of templates in Redis
A lot of the frequently-used pages in the admin app rely on the API to
get templates.

So this commit adds three new caches:
- a single template version (including a key without a version number,
  which is the current version)
- all the templates for a service
- all versions of a template

The first will be the most crucial for performance, but there’s not much
cost to adding the other two.
2018-04-19 13:58:40 +01:00
..
2018-04-05 14:55:02 +01:00
2018-02-27 16:35:13 +00:00
2018-04-18 15:05:55 +01:00