CacheWithLifetimes
that can be used
with DatabaseCacheWithLifetimes
to provide a cache for
Cloudant databases used with the java-cloudant cloudant-client.See: Description
Package | Description |
---|---|
com.cloudant.client.cache |
Primary package for cloudant-client-cache.
|
com.cloudant.client.cache.redis |
Provides a
CacheWithLifetimes implementation that uses a Redis
instance as the cache store. |
This project provides a CacheWithLifetimes
that can be used
with DatabaseCacheWithLifetimes
to provide a cache for
Cloudant databases used with the java-cloudant cloudant-client.
The RedisCache
uses Redis for the cache storage.
For additional information see the javadoc for cloudant-client-cache .