cachePut() not respecting EH Cache settings

I created a EH Cache named “testcache” in the Lucee Web Admin and set the
Time to Idle and Time to Live to be 1 minute. I assumed that calling
cachePut() without specifying the timeSpan and IdleTime parameters would
use the settings from the cache I created. But this does not appear to be
the case. According to the Lucee docs, if you don’t include the timeSpan
parameter, the object will never expire. Then I have to ask… how would
you place objects into an EH Cache that you created and have those object
default to the settings that you specified?