Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage Platform Cache for org & session cached queries #32

Open
jongpie opened this issue Aug 9, 2020 · 0 comments
Open

Leverage Platform Cache for org & session cached queries #32

jongpie opened this issue Aug 9, 2020 · 0 comments
Assignees

Comments

@jongpie
Copy link
Owner

jongpie commented Aug 9, 2020

Currently, cached queries & query results are stored in private variables, which can quickly use up the Apex heap size. Platform cache should be used - either as a configurable secondary option, or as a complete replacement for the current approach.

This should also provide a way to leverage both org & session-level caching.

@jongpie jongpie self-assigned this Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant