Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
DbService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
AerospikeDBService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionsCache<T>
DaoCache implementation based on Guava. |
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
CollectionsDbService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
DynamoDBService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
HazelcastService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |
Modifier and Type | Method and Description |
---|---|
<T> DaoCache<T> |
RedisService.getDaoCache(DaoCacheLoader<T> loader,
T nullValue,
long ttl,
long maxItems) |