cube icon indicating copy to clipboard operation
cube copied to clipboard

feat(client-core): Cache mode for load method

Open hannosgit opened this issue 1 month ago • 2 comments

Check List

  • [X] Tests have been run in packages where changes have been made if available
  • [X] Linter has been run for changed code
  • [X] Tests for the changes have been added if not covered yet
  • [X] Docs have been added / updated if required

Issue Reference this PR resolves

Fixes #10107

hannosgit avatar Nov 08 '25 09:11 hannosgit

@hannosgit don't you think it's the same as merged https://github.com/cube-js/cube/pull/10091 ?

KSDaemon avatar Nov 10 '25 18:11 KSDaemon

@hannosgit don't you think it's the same as merged #10091 ?

No #10091 only added the cacheMode to the /cubesql endpoint. The documentation states that it should also work for the /load endpoint. However it seems that it does not work in the backend, see #10109 .

hannosgit avatar Nov 10 '25 18:11 hannosgit