Create prebuilt option to choose global variable as cache store. Possible API: ```ts const Cache = createCacheGroup("global-var"); ``` Query result should be stored in global variable.
Create prebuilt option to choose global variable as cache store.
Possible API:
Query result should be stored in global variable.