| Modifier and Type | Method and Description |
|---|---|
static CachedResponse |
CachedResponse.build(int statusCode,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.Cache<String,CachedResponse> |
LocalCacheConfiguration.buildCache() |
abstract com.google.common.base.Optional<CachedResponse> |
ResponseStore.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ResponseStore.put(String key,
CachedResponse response) |
int |
CachedResponseWeigher.weigh(String key,
CachedResponse value) |
| Constructor and Description |
|---|
ResponseCache(com.google.common.cache.Cache<String,CachedResponse> localCache,
ResponseStore store,
com.codahale.metrics.MetricRegistry metricRegistry) |
Copyright © 2014. All Rights Reserved.