public class ResponseCache extends Object
| Constructor and Description |
|---|
ResponseCache(com.google.common.cache.Cache<String,CachedResponse> localCache,
ResponseStore store,
com.yammer.metrics.core.MetricsRegistry metricsRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<javax.ws.rs.core.Response> |
get(CacheRequestContext request) |
void |
put(CacheRequestContext request,
CacheResponseContext response,
byte[] content) |
public ResponseCache(com.google.common.cache.Cache<String,CachedResponse> localCache, ResponseStore store, com.yammer.metrics.core.MetricsRegistry metricsRegistry)
public com.google.common.base.Optional<javax.ws.rs.core.Response> get(CacheRequestContext request)
public void put(CacheRequestContext request, CacheResponseContext response, byte[] content)
Copyright © 2014. All Rights Reserved.