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

ref: Differentiate between memory and file cache keys #1487

Closed
wants to merge 1 commit into from

Conversation

loewenheim
Copy link
Contributor

This passes two different cache keys (memory_cache_key and file_cache_key) to the compute_memoized method. The intended use case comes from proguard processing: we want to keep proguard files on disk as a whole, but only load segments of them into memory at a time. To this end, we want several in-memory cache keys (those of the individual parts of the proguard file) to correspond to one on-disk cache key (that of the entire file).

@loewenheim
Copy link
Contributor Author

Superseded by #1491.

@loewenheim loewenheim closed this Jul 2, 2024
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.

1 participant