| Package | Description |
|---|---|
| com.bazaarvoice.dropwizard.caching | |
| com.bazaarvoice.dropwizard.caching.memcached |
| Modifier and Type | Field and Description |
|---|---|
static ResponseStore |
ResponseStore.NULL_STORE |
| Modifier and Type | Method and Description |
|---|---|
ResponseStore |
ResponseStoreFactory.createStore() |
| Constructor and Description |
|---|
ResponseCache(com.google.common.cache.Cache<String,CachedResponse> localCache,
ResponseStore store,
com.yammer.metrics.core.MetricsRegistry metricsRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemcachedResponseStore
HTTP response cache store backed by memcached.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseStore |
MemcachedResponseStoreFactory.createStore() |
Copyright © 2014. All Rights Reserved.