Re: [appengine-java] Where Do I Store Memcache "Cache" Reference?

2010-12-03 Thread Ikai Lan (Google)
You don't have to store the cache reference if you don't need to. It's just a client, and the cost of instantiating it each time is minimal. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: ht

[appengine-java] Where Do I Store Memcache "Cache" Reference?

2010-12-03 Thread Andy
According to the docs, creating memcache for an app is easy but where do I store the "Cache" reference returned by the CacheFactory? Do I store it in ServletContext as an attribute? or any other technique? thanks. -- You received this message because you are subscribed to the Google Groups "Go