You didn't mention which datastore API you are using. It's different for all of them.
If you're using the low-level API (or an API based on the low-level API), you can use this: http://code.google.com/p/objectify-appengine/wiki/MemcacheStandalone I don't recommend trying to roll your own. It's actually quite tricky to get right without opening yourself up to synchronization issues under contention. Jeff On Wed, Dec 14, 2011 at 2:47 PM, Leandro Rezende <[email protected]> wrote: > Hi, im planning to implement memcache on my application, > > i found this link > http://code.google.com/intl/en/appengine/articles/scaling/memcache.html#related > > but there arent any sample how to "Cache frequently fetched entities" > > i have googled it but didnt found any sample or source to learn how to do > it. > > Do u guys know any link to assist me? im developing using Java > > thx > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. -- We are the 20% -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
