Hacker News new | ask | show | jobs
by asmosoinio 1739 days ago
The data being cached does not need to be related to the web framework as much as the application logic.

E.g. results from external services, calculations, anything that an application might want to cache.

Am working on a somewhat large Django system, and there is a ton of different things we cache in Redis.

Also HTML template results as another comment mentioned, but mostly something else entirely, related to the application logic.