(dev/core#174) CRM_Utils_Cache_Interface - Add getMultiple/setMultiple (PSR-16)
authorTim Otten <totten@civicrm.org>
Tue, 19 Jun 2018 22:53:46 +0000 (15:53 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 27 Jun 2018 21:29:52 +0000 (14:29 -0700)
commit0d64c8fa3bce8e62d8f62d22bacdc00a1161d6df
tree37964e5cd31b913790b7093ac1cb98360606780f
parent858451a9cd8763ce8d12ca5b77c98cc028484c7a
(dev/core#174) CRM_Utils_Cache_Interface - Add getMultiple/setMultiple (PSR-16)
CRM/Utils/Cache/APCcache.php
CRM/Utils/Cache/ArrayCache.php
CRM/Utils/Cache/Memcache.php
CRM/Utils/Cache/Memcached.php
CRM/Utils/Cache/NaiveMultipleTrait.php [new file with mode: 0644]
CRM/Utils/Cache/NoCache.php
CRM/Utils/Cache/Redis.php
CRM/Utils/Cache/SerializeCache.php
CRM/Utils/Cache/SqlGroup.php