Uses of Interface
org.jboss.resteasy.plugins.cache.server.ServerCache
- 
Packages that use ServerCache Package Description org.jboss.resteasy.plugins.cache.server  - 
- 
Uses of ServerCache in org.jboss.resteasy.plugins.cache.server
Classes in org.jboss.resteasy.plugins.cache.server that implement ServerCache Modifier and Type Class Description classInfinispanCacheAn HTTP cache that behaves somewhat the same way as a proxy (like Squid)Fields in org.jboss.resteasy.plugins.cache.server declared as ServerCache Modifier and Type Field Description protected ServerCacheServerCacheFeature. cacheprotected ServerCacheServerCacheHitFilter. cacheprotected ServerCacheServerCacheInterceptor. cacheMethods in org.jboss.resteasy.plugins.cache.server that return ServerCache Modifier and Type Method Description protected ServerCacheServerCacheFeature. getCache(javax.ws.rs.core.Configurable configurable)protected ServerCacheServerCacheFeature. getDefaultCache()protected ServerCacheServerCacheFeature. getXmlCache(javax.ws.rs.core.Configurable configurable)Constructors in org.jboss.resteasy.plugins.cache.server with parameters of type ServerCache Constructor Description ServerCacheFeature(ServerCache cache)ServerCacheHitFilter(ServerCache cache)ServerCacheInterceptor(ServerCache cache) 
 -