I had the same issue on my current project. I ended up unbinding the news model from the vote model before updating the vote record, and I updated the vote number using Ajax.
Rami On Jul 23, 10:18 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > I am building an App in Cake 1.1. I have a results page where users > can click on an item and give it a rating. I have enabled view caching > on the results page which automatically clears every hour. This works > great but whenever a user votes for an item it clears the cache > automatically. Is it possible to disable this behavior so it always > stays cached for the full hour? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
