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

Prefer to use CacheFunnel implementation when available for caching non-trivial objects #4077

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

Conversation

robsyme
Copy link
Collaborator

@robsyme robsyme commented Jul 4, 2023

This change will allow us to define custom caching strategies for objects that are also Maps (custom Meta objects, for example).

Currently, if a Map-like object implements CacheFunnel, it is never used because the CacheHelper's value instanceof Map will return true earlier than the test value instanceof CacheFunnel.

non-trivial objects.

This change will allow us to define custom caching strategies for
objects that are also Maps (custom Meta objects, for example).

Signed-off-by: Rob Syme <[email protected]>
@netlify
Copy link

netlify bot commented Jul 4, 2023

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit a419215
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/64a487a3df39240008d6a2bc
😎 Deploy Preview https://deploy-preview-4077--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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