| Package | Description |
|---|---|
| com.bazaarvoice.dropwizard.caching | |
| com.bazaarvoice.dropwizard.caching.memcached |
| 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.yammer.metrics.core.MetricsRegistry metricsRegistry) |
| Modifier and Type | Method and Description |
|---|---|
CachedResponse |
CachedResponseTranscoder.decode(net.spy.memcached.CachedData d) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<CachedResponse> |
MemcachedResponseStore.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
net.spy.memcached.CachedData |
CachedResponseTranscoder.encode(CachedResponse o) |
void |
MemcachedResponseStore.put(String key,
CachedResponse response) |
Copyright © 2014. All Rights Reserved.