Using Http Cache and Query Cache simultaneously

[size="4"]Hi!

I’m using both Http Cache and Query cache at the same time for loading and rendering a list of articles.

These two caches have the same dependencies as well. They both expires as an article updates.

Is it a good idea?

Is there something that could go wrong?[/size]

Sounds OK to me.

Great

Thank you!