Description
Use one Python API to work with several cache backends in web applications and services. It gives developers a common way to store short-lived values such as computed results, sessions, or repeated lookups.
This library is used by other Python software and does not add a launcher. Cache contents can affect privacy and correctness, so applications should avoid storing secrets unnecessarily and should define expiration rules that match the data.