How to set expiry time for Frappe cache (hset)

I want to set expire timing for cache

I refer this frappe document,

But, it has given only how to set expiry time in frappe.cache().set_value
but if I want to set expiry for frappe.cache().hset, What should I have to do?
It seems there is no expires_in_sec parameter in hset or any similar one for expiring the cached value