(dev/core#174) CRM_Utils_Cache_Interface - Add `has()` (PSR-16)
authorTim Otten <totten@civicrm.org>
Tue, 19 Jun 2018 23:43:21 +0000 (16:43 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 27 Jun 2018 21:29:52 +0000 (14:29 -0700)
commit9f70b0e4bc774d25e5bcff3de677e35d2808b646
treef06bebbd95231322c53728a2d9471a3c24b089f5
parentc31de8791dff36708375550ccc0f6ebf211e5fdd
(dev/core#174) CRM_Utils_Cache_Interface - Add `has()` (PSR-16)
CRM/Utils/Cache/APCcache.php
CRM/Utils/Cache/ArrayCache.php
CRM/Utils/Cache/Interface.php
CRM/Utils/Cache/Memcache.php
CRM/Utils/Cache/Memcached.php
CRM/Utils/Cache/NaiveHasTrait.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