Litespeed Cache and Bricksbuilder content?

With litespeed and bricksbuilder.
Is it possible to cache brickbuilder queries in some instances?

Example for popups bricks calls:

/wp-json/bricks/v1/load_popup_content

Can I cache the popup content? Currently it doesn’t seem as if the popup content is being cached.

You probably need to cache the responses from API. Normally popular are inserted into DOM and cached, but you obviously mean popup with contextual loading? …