I just noticed that cake's Cache class extends Model and is working on a database to save and retrieve cached data. It's kind of strange since caching should be used to NOT hit a database to save this additional overhead. I saw different ways of caching data using files and shared memory but it's the first time I see database used for this operation.. Can anybody explain it to me ? Is there a reason ?
thanks, Andrzej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
