API caching is often used to cache endpoint responses. Caching will reduce the number of calls made to the endpoint and can improve application performance. Cached data can also include sensitive information that must be protected.
Check
Verify the API encrypts sensitive data when it is cached.
If the API does not encrypt sensitive cached data, this is a finding.
Fix
Build or configure the API to encrypt sensitive data when cached.