Spring Cache With CXF Web Service
Spring Cache With CXF Web Service explains step by step details of Creating / Developing Webservices using Apache CXF, Eclipse & Spring Cache
Spring cache is the caching implementation available in spring framework, By using cache we can reduce the response time. we can avail this feature by using spring framework 3.1 or greater.
By using caching technique, we can reduce the method invocation and reduce the response time dramatically, this is because we dont need to query the backend information for each call, but we are caching the information in memory
You can see the below example, which is demonstrate Spring Cache With CXF Web Service