Re: [appengine-java] How expensive is a memcache instance?

2010-02-24 Thread Ikai L (Google)
Nope, this is cheap. Do it as many times as you need. You're not instantiating a Memcache instance. You're instantiating a client instance. On Wed, Feb 24, 2010 at 3:24 PM, Mouseclicker wrote: > The memcache is a really important feature to increase performance. > However I am not sure how to des

[appengine-java] How expensive is a memcache instance?

2010-02-24 Thread Mouseclicker
The memcache is a really important feature to increase performance. However I am not sure how to design my application in regards of how to use memcache in the best way to cache various kinds of objects. Often you have the need to cache different types of objects in an application. It would be most