We have cache_max_wait_ms parameter at the connection level to configure the timeouts an application thread should wait for cache.
There is a need to be able to configure this value for each session.
Scope:
Design and implement the api at the session level.
Write tests for this api.