DB query cache

Hi all

I’ve got a problem that’s been bugging me for a while now. We have a
page of news article summaries with links to the full article (pretty
standard sort of thing). When we create new articles in production
they appear in the admin index but they don’t show on the public index
for some reason until after the application is restarted.

So far, I haven’t specifically done any caching yet but I was
wondering if there might be some type of default caching going on
behind the scenes that I’m not aware of.

Any thoughts?

This is an excellent use case for CloudCache - which has introspection,
so
you can tell what’s in cache when…

Implements ActiveSupport::Cache, so if you’re already using that, it’s a
coupla lines of change.

See getCloudCache.com

Cheers,

m