public class ServerCacheFeature extends Object implements javax.ws.rs.core.Feature
| Modifier and Type | Field and Description |
|---|---|
protected ServerCache |
cache |
| Constructor and Description |
|---|
ServerCacheFeature() |
ServerCacheFeature(ServerCache cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(javax.ws.rs.core.FeatureContext configurable) |
protected ServerCache |
getCache(javax.ws.rs.core.Configurable configurable) |
protected String |
getConfigProperty(String name) |
protected ServerCache |
getDefaultCache() |
protected ResteasyConfiguration |
getResteasyConfiguration() |
protected ServerCache |
getXmlCache(javax.ws.rs.core.Configurable configurable) |
protected ServerCache cache
public ServerCacheFeature()
public ServerCacheFeature(ServerCache cache)
public boolean configure(javax.ws.rs.core.FeatureContext configurable)
configure in interface javax.ws.rs.core.Featureprotected ResteasyConfiguration getResteasyConfiguration()
protected ServerCache getCache(javax.ws.rs.core.Configurable configurable)
protected ServerCache getDefaultCache()
protected ServerCache getXmlCache(javax.ws.rs.core.Configurable configurable)
Copyright © 2021 JBoss by Red Hat. All rights reserved.