CRM_Utils_Cache::create() - Accept new option `withArray`
authorTim Otten <totten@civicrm.org>
Mon, 21 Jan 2019 10:26:23 +0000 (02:26 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 30 Jan 2019 00:47:08 +0000 (16:47 -0800)
commit84413eca436d776b6e8f29dca7a9b1f055c2e8d1
treed0b6d20d643854e7e3b0064fbb8637b4abf25cc0
parent62ea328c4867d874cf64e32f7bf2fb773cd0211e
CRM_Utils_Cache::create() - Accept new option `withArray`

This adds and documents a new config option which can be passed into the cache factory.

The option, `withArray`, indicates that we prefer to have a thread-local
array acting as an extra cache-tier.
CRM/Utils/Cache.php