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.
|
Modifier and Type | Field and Description |
---|---|
protected ServerCache |
ServerCacheInterceptor.cache |
protected ServerCache |
ServerCacheHitFilter.cache |
protected ServerCache |
ServerCacheFeature.cache |
Modifier and Type | Method and Description |
---|---|
protected ServerCache |
ServerCacheFeature.getCache(Configurable configurable) |
protected ServerCache |
ServerCacheFeature.getDefaultCache() |
protected ServerCache |
ServerCacheFeature.getXmlCache(Configurable configurable) |
Constructor and Description |
---|
ServerCacheFeature(ServerCache cache) |
ServerCacheHitFilter(ServerCache cache) |
ServerCacheInterceptor(ServerCache cache) |
Copyright © 2014. All Rights Reserved.