- generateKey() - Static method in class com.ibm.storage.clientlibrary.Encryption
-
Generate and return an encryption key
- get(K) - Method in interface com.ibm.storage.clientlibrary.Cache
-
look up a value in the cache
- get(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
-
look up a value in the cache
- get(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
-
look up a value in the cache
- get(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
-
look up a value in the cache
- getAll(List<K>) - Method in interface com.ibm.storage.clientlibrary.Cache
-
look up one or more values in the cache.
- getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.InProcessCache
-
look up one or more values in the cache.
- getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCache
-
look up one or more values in the cache.
- getAll(List<K>) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
-
look up one or more values in the cache.
- getCacheEntry(K) - Method in interface com.ibm.storage.clientlibrary.Cache
-
look up a CacheEntry in the cache.
- getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.InProcessCache
-
look up a CacheEntry in the cache.
- getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCache
-
look up a CacheEntry in the cache.
- getCacheEntry(K) - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
-
look up a CacheEntry in the cache.
- getExpirationTime() - Method in class com.ibm.storage.clientlibrary.CacheEntry
-
- getJedis() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
-
Return underlying Jedis object for applications to explicitly use.
- getStatistics() - Method in interface com.ibm.storage.clientlibrary.Cache
-
get cache statistics
- getStatistics() - Method in class com.ibm.storage.clientlibrary.InProcessCache
-
get cache statistics
- getStatistics() - Method in class com.ibm.storage.clientlibrary.RedisCache
-
get cache statistics.
- getStatistics() - Method in class com.ibm.storage.clientlibrary.RedisCacheExtended
-
get cache statistics.
- getStats() - Method in class com.ibm.storage.clientlibrary.InProcessCacheStats
-
- getStats() - Method in class com.ibm.storage.clientlibrary.RedisCacheStats
-
- getTime() - Static method in class com.ibm.storage.clientlibrary.Util
-
Return the current time
- getValue() - Method in class com.ibm.storage.clientlibrary.CacheEntry
-