In my ehcache configuration I see these:
eternal="false"
timeToIdleSeconds="0"
timeToLiveSeconds="0"
What does that mean effectively?
Documentation mentions that timeToLiveSeconds="0" means these checks will not be made. So this means objects will be eternal, even if "eternal" is set to false?