It creates all three caches just fine. It doesn’t however allocate the object cache. It does allocate the other two just fine. I have set it in the administrator and tried exporting the cfconfig - it gives me the same config.
Can you look in Lucee’s cfconfig.json and see where they are storing that info. CFConfig proper will need updated to change that value. Lucee didn’t do a great job of following the existing CFConfig JSON format.
Yes, quite sad. Lucee advertised CFConfig support, but they have a bunch of departures from it, and this appears to be another one. CFConfig will need to be adjusted to put those keys in the correct place.
Do you think this is worth raising on the Lucee forums as well?
One thing I tried was adding the “cache” key in my cfconfig. But in the processing it was stripped out and not set for the server. If it could just pass any unknown keys along rather than strip them out, it would at least provide a way of working around such issues.