First you need to decide what you want cached. Then you need to think about how you're going to cache it.
Once you know that all you need is a java memcached client, you can find one here. http://www.danga.com/memcached/apis.bml If you're using hibernate you should also look at http://code.google.com/p/hibernate-memcached/ Then it's just a matter of doing what you're paid to do :) Write code! On Thu, Oct 30, 2008 at 1:58 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > We have an application in java and spring in windows environment. Is > it possible to add the memecached in this project with minimum code > changes? I dont know hot to start and where to start...... > > Pls help if anybody knows…………. > > > Lots of thanks in Advance > > Rgds, > Rajeev >
