Beta Launched 2019-07-18
https://iexcloud.io/cloud-cache/
Hosted data cache as an optional paid feature for paid tiers.
Provide a hosted memory cache to reduce the number of data weighted calls. This would work by passing a specific query parameter with an API call. We would then cache the result to a user isolated cache, then return a unique ID. The unique ID can then be passed with subsequent API calls, and the cached data will be returned, if available, for only 1 message rather than the original data weight.
The hosted cache feature provides an alternative to running a server, managing caching software, and extra development time.