You should be able to read the cached data back, make you changes, and save it in the cache again! But it will not have been saved in the database, as you are not going through the model! Thus on the final change to the cached data, you will have to save the data to your model, if you want it to persist longer than in just the current session (correct me if I am wrong here!!). Enjoy, John
On Feb 28, 11:42 am, "Dave" <[email protected]> wrote: > Is it possible to add to cached data for a user? > > User has a list of saved "ads" for people selling / buying stuff > classifieds type set up...then they bookmark a new "ad" can you add that > data to the current cached data? Or you have to delete all and query all > data again and save it? > > They can click "my ads" to view all the ones they saved but rather than > running a query each time figure you could keep adding to the cache after > each save rather than having to query ads they have saved over and over. > > Thanks, > > Dave Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
