-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Server method enhanced caching support #1948
Comments
Is there any progress on this topic (or a rough plan when this issue will be addressed)? I'd love to use catbox-s3 directly via hapi configuration. |
Nope. I doubt it will make it into v8.0. |
Any chance this will be added to the 9.0.0 milestone? Or might this make its way in before 9.0.0 since it may not require any breaking changes? |
I am not actively working on this but I'm also not inclined to put a help wanted label on it because I am unlikely to like other people's implementation for this :-). But if someone wants to give it a go... |
Any update on this? |
Second that, would also be interested for caching streams which are currently just piped through the |
It's a feature I want to add but have no time or need for at this point. If someone wants to give it a try, I'm open to it, but historically, I've been pretty hostile to other people's code when touching these areas of the framework. If you really want to do it, start with catbox. |
Server methods can be used as prerequisites and handlers. However, caching these methods is not possible if they return a stream or other non JSONifiable response.
The steps are to:
This issue replaces #1237, #1243, #1250, #1263
The text was updated successfully, but these errors were encountered: