| Package | Description |
|---|---|
| com.enremmeta.rtb.caches | |
| com.enremmeta.rtb.dao.impl.redis | |
| com.enremmeta.rtb.jersey |
| Modifier and Type | Field and Description |
|---|---|
private DaoShortLivedMap<CacheableWebResponse> |
AdCache.cwrMap |
| Modifier and Type | Method and Description |
|---|---|
DaoShortLivedMap<CacheableWebResponse> |
AdCache.getCwrMap() |
| Modifier and Type | Field and Description |
|---|---|
private CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMapSpec_replace.value |
private CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMapSpec_putAsync.value |
private CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMapSpec_PLAIN.value |
| Modifier and Type | Method and Description |
|---|---|
CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMap.get(String key) |
CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMap.remove(String key) |
CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMap.replace(String key,
CacheableWebResponse value) |
| Modifier and Type | Method and Description |
|---|---|
Future<CacheableWebResponse> |
RedisCacheableWebResponseDaoShortLivedMap.getAsync(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisCacheableWebResponseDaoShortLivedMap.put(String key,
CacheableWebResponse value) |
void |
RedisCacheableWebResponseDaoShortLivedMap.putAsync(String key,
CacheableWebResponse value) |
void |
RedisCacheableWebResponseDaoShortLivedMap.putAsync(String key,
CacheableWebResponse value,
Long milliseconds) |
CacheableWebResponse |
RedisCacheableWebResponseDaoShortLivedMap.replace(String key,
CacheableWebResponse value) |
| Modifier and Type | Field and Description |
|---|---|
private CacheableWebResponse |
OpsSvcSpec_debugNurl.cwrMock |
| Modifier and Type | Field and Description |
|---|---|
private DaoShortLivedMap<CacheableWebResponse> |
OpsSvcSpec_debugNurl.cwrMapMock |