Uses of Interface
org.jboss.resteasy.plugins.cache.server.ServerCache

Packages that use ServerCache
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
 class JBossCache
          An HTTP cache that behaves somewhat the same way as a proxy (like Squid)
 class SimpleServerCache
          Deprecated. 
 

Fields in org.jboss.resteasy.plugins.cache.server declared as ServerCache
protected  ServerCache ServerCacheInterceptor.cache
           
protected  ServerCache ServerCacheHitInterceptor.cache
           
 

Constructors in org.jboss.resteasy.plugins.cache.server with parameters of type ServerCache
ServerCacheHitInterceptor(ServerCache cache)
           
ServerCacheInterceptor(ServerCache cache)
           
 



Copyright © 2010. All Rights Reserved.