“Object Cache” will cache the results of different database queries that WordPress makes with define(ENABLE_CACHE, true); added to my wp-config.
Question: Should I remove define(ENABLE_CACHE, true); with DB cache reloaded installed? Does DB cache reloaded cache the same queries or does it cache additional/different queries?
thanks