1. Because the page uses a template engine three times, ajax requests data from the same interface three times.
2. Since they all belong to the same interface, I want to request the interface once and cache the data, and then let the template engine get the cached data.
3. Can it be implemented in jq?