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

Add permanent cache for runtime scripts #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BioBox
Copy link

@BioBox BioBox commented Jan 19, 2023

I have to wait a few seconds everytime I load the runtime script menu. This is cached afterward, but there should be a more permenant cache on the filesystem that saves all the paths similar to what MRU mode has. Fixes #609
This isn't perfect; it could use more code reuse, but I'm very happy with it.

Unfortunately it doesn't work with the clear cache command. It works for MRU because it's a completely different type from files. If you need to refresh this cache just delete it manually.

Unfortunately it doesn't work with the clear cache command. It works for
MRU because it's a completely different type from files.
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.

Better Cache file for Runtime Mode?
1 participant