- DatabaseCache - Class in com.cloudant.client.cache
-
- DatabaseCache(Database, Cache<String, Object>) - Constructor for class com.cloudant.client.cache.DatabaseCache
-
Constructor which is designed to work with a variety of different caches.
- DatabaseCacheWithLifetimes - Class in com.cloudant.client.cache
-
A
Database
implementation with a cache that supports expiration times.
- DatabaseCacheWithLifetimes(Database, CacheWithLifetimes<String, Object>, long, TimeUnit) - Constructor for class com.cloudant.client.cache.DatabaseCacheWithLifetimes
-
Constructor which is designed to work with a variety of different caches.
- decompress(byte[]) - Static method in class com.cloudant.client.cache.Util
-
Decompress a compressed object
- delete(K) - Method in interface com.cloudant.client.cache.Cache
-
Delete a key-value pair from the cache.
- delete(K) - Method in class com.cloudant.client.cache.LRUCache
-
Delete a key-value pair from the cache.
- delete(K) - Method in class com.cloudant.client.cache.redis.RedisCache
-
Delete a key-value pair from the cache.
- deleteAll(List<K>) - Method in interface com.cloudant.client.cache.Cache
-
Delete one or more key-value pairs from the cache.
- deleteAll(List<K>) - Method in class com.cloudant.client.cache.LRUCache
-
Delete one or more key-value pairs from the cache.
- deleteAll(List<K>) - Method in class com.cloudant.client.cache.redis.RedisCache
-
Delete one or more key-value pairs from the cache.
- describeException(Exception, String) - Static method in class com.cloudant.client.cache.Util
-
Output information about an exception
- deserializeFromByteArray(byte[]) - Static method in class com.cloudant.client.cache.Serializer
-
Deserialize a single object from a byte array.