You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should let users decided (e.g. by providing a set of paths in configuration) which resources shall be cached instead of enabling caching for all resources.
Besides, it should be possible to decide in an interceptor whether a resource is a candidate for caching.
The text was updated successfully, but these errors were encountered:
I don't believe codegen supports BiPredicate, so it would be better to have our own interface annotated with @VertxGen (and it could extend BiPredicate, to ease the implementation with lambdas)
Minor but I would prefer skipCacheIf instead of notCacheIf
I'm not sure about the use cases for notCacheIfHeadersXXX methods, only the method related to the path makes sense to me at this moment
We should let users decided (e.g. by providing a set of paths in configuration) which resources shall be cached instead of enabling caching for all resources.
Besides, it should be possible to decide in an interceptor whether a resource is a candidate for caching.
The text was updated successfully, but these errors were encountered: