How to implement JAX-RS RestEASY client and server caching in JBoss EAP?
Issue
- In the Documentation on RestEASY I only find the reference:
29.3. Local Server-Side Response Cache
. Annoying that it says, this server cache is based on jbossCache. Is this feature supported on EAP 6 using infinispan? And how should I configure theorg.jboss.resteasy.plugins.cache.server.ServletServerCache
by using the@ApplicationPath
andjavax.ws.rs.core.Application
for a JAX-RS Service? - Need assistance configuring resteasy cache in JBoss EAP 7.4.2. We are trying to implement a cache on a REST Service implemented through resteasy in JBoss EAP 7.4.2. Looking at the documentation here.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.