Add support for ttl in milliseconds
org.opengroup.osdu.core.common.cache.RedisCache only allows us to set TTL (time to live) for cache entry in seconds. Need to be able to set cache in milliseconds.
org.opengroup.osdu.core.common.cache.RedisCache only allows us to set TTL (time to live) for cache entry in seconds. Need to be able to set cache in milliseconds.