Hi, I'm in a situation where caching would be a good idea. To cache data only for not logged-in users is easly done.
But I will avoid to cache data for content which is very recent. For this I would like to ask for the created_at time and store data in the cache storage system only if the content item has been created more than 24 hours ago. To do this I would like to use a filter. My problem: I do not know how I can access a variable of my model class in the filter context. Any help appreciated! Thanks in advance jo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
