In-memory cache architecture/technology?
问题 I'm trying to work out of I can take advantage of a caching layer in my web application or not (and if so which technology). Our web app has and internal and external component and I would like if possible to add an in-memory cache tier between the Web App and DB Tier for the public external component. We are suffering DB performance issues and I want to alleviate stress on the DB as much as possible (plus make our public facing site of the component lightening fast). The external component