Class BrowserCacheFeature
java.lang.Object
org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(jakarta.ws.rs.core.FeatureContext configuration) getCache()
void
setCache
(BrowserCache cache)
-
Field Details
-
cache
-
-
Constructor Details
-
BrowserCacheFeature
public BrowserCacheFeature()
-
-
Method Details
-
getCache
-
setCache
-
configure
public boolean configure(jakarta.ws.rs.core.FeatureContext configuration) - Specified by:
configure
in interfacejakarta.ws.rs.core.Feature
-