Skip to content

Enable Gateway to Request Cache Asynchonously - #756

Open
bsofjan wants to merge 1 commit into
DataIntellectTech:masterfrom
bsofjan:enablegatewaytorequestcacheasync
Open

Enable Gateway to Request Cache Asynchonously#756
bsofjan wants to merge 1 commit into
DataIntellectTech:masterfrom
bsofjan:enablegatewaytorequestcacheasync

Conversation

@bsofjan

@bsofjan bsofjan commented Aug 6, 2026

Copy link
Copy Markdown

Enable Gateway to Request Cache Asynchonously as per Phase 3.1 of Anycache Project Plan.

@CJA18

CJA18 commented Aug 13, 2026

Copy link
Copy Markdown

I don't think you need this PR too, you can combine them into one here
https://github.com/DataIntellectTech/TorQ/pull/755/changes

You can also remove the file from this PR where you just have some placeholder code
https://github.com/DataIntellectTech/TorQ/pull/743/changes#diff-be5c3f83a3ca984622a3bdba850b138fe9358babca505e43756f164468af0f9b

Comment thread code/common/getter.q
\d .getter

// Get cache from disk
getcachefromdisk:{[filePath] get hsym filePath}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filePath -> file path

Comment thread code/common/getter.q
cacheconfiglocation:.proc.getconfigfile["cacheconfig.json"];
cacheconfig:.j.k raze read0 hsym first cacheconfiglocation;

loadcaches:{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the camelCase in this function

Comment thread code/common/getter.q
cachevarnames set' cachesdata;
}

requestnewcache:{[cachename; args]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camelCase here too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants