medihack / make_voteable

[Unmaintained] User-centric voting system for Rails 3 applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easist way to hook counter caching?

khelll opened this issue · comments

I'm seeking a simple way to hook counter caching. Any guide on how to do it?

Could you describe a scenario what caching exactly you are looking for? Up and down votes are directly included in the according models, so no need for any further calculations (and thereby increasing database access).