xpdo
xpdo copied to clipboard
Fix 'xPDO::OPT_CACHE_KEY' option
Option ignored when value set in getInstance() method due to incorrect getOption() key being used in xPDO class.
@davidpede — I don't believe I understand what the intention of this change is. The cache_db_key identifies the cache partition for db caching, so that is the correct key. Am I misunderstanding something?