Package | Description |
---|---|
org.jboss.resteasy.plugins.cache.server |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanCache
An HTTP cache that behaves somewhat the same way as a proxy (like Squid)
|
class |
SimpleServerCache
Deprecated.
See org.jboss.resteasy.plugins.cache.server.InfinispanCache.
|
Modifier and Type | Field and Description |
---|---|
protected ServerCache |
ServerCacheHitFilter.cache |
protected ServerCache |
ServerCacheFeature.cache |
protected ServerCache |
ServerCacheInterceptor.cache |
Modifier and Type | Method and Description |
---|---|
protected ServerCache |
ServerCacheFeature.getCache(javax.ws.rs.core.Configurable configurable) |
protected ServerCache |
ServerCacheFeature.getDefaultCache() |
protected ServerCache |
ServerCacheFeature.getXmlCache(javax.ws.rs.core.Configurable configurable) |
Constructor and Description |
---|
ServerCacheFeature(ServerCache cache) |
ServerCacheHitFilter(ServerCache cache) |
ServerCacheInterceptor(ServerCache cache) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.