简体   繁体   中英

web service client side cache using tomcat server

We are retrieving the data from web services using axis1.4 how can we implement the cache mechanism in java client code.

Please suggest

You can use an in-process cache like ehcache or out of process cache like memcached . If you choose to go with memcached, you can use spymemcached java client for memcached.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM