Ehcache not expiring objects - using 3 minute ttl and tti when setting up the cache

I setup an ehcache in Lucee 5 server admin, and gave it a ttl AND tti of 3
minutes. I’m calling cachePut() without specifying these values. But
cacheGet() is returning cached objects after the 3 minutes have elapsed.
Any ideas?

First thing would be to check the obvious, so… do you happen to have the
cache set to eternal mode? There’s a checkbox for eternal mode near the top
of the cache set-up page that will set the engine up to ignore timeouts and
keep things indefinitely.

– Denny

No, eternal mode is not set.On Wednesday, October 5, 2016 at 12:16:42 PM UTC-6, JP wrote:

I setup an ehcache in Lucee 5 server admin, and gave it a ttl AND tti of 3
minutes. I’m calling cachePut() without specifying these values. But
cacheGet() is returning cached objects after the 3 minutes have elapsed.
Any ideas?