I read this about wordpress:
“Object Cache” will cache the results of different database queries that WordPress makes with define(ENABLE_CACHE, true); added to my wp-config.
Question: If I install a DB caching plugin like DB cache reloaded for examome, Should I remove the define(ENABLE_CACHE, true); or leave it enabled? Does DB cache reloaded cache the same queries or does it cache additional/different queries?
thanks