(dev/core#174) APCcache - Updates to comply with PSR-16
authorTim Otten <totten@civicrm.org>
Wed, 27 Jun 2018 04:49:54 +0000 (21:49 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 30 Jun 2018 20:52:06 +0000 (13:52 -0700)
commit9e1a686f3db58639b005ee78c1b63f0ed75b16cf
tree427810bd565750e4d1d1d4a202895ce4e05a0714
parent784dd9c4af443a34a95682ecfda7e44bd69481ae
(dev/core#174) APCcache - Updates to comply with PSR-16

One noteable quirk is that APC retains expired (per TTL) records until the
following page-request. To comply with the test suite, we have to double-check
the expiration time.
CRM/Utils/Cache/APCcache.php
tests/phpunit/E2E/Cache/APCcacheTest.php [new file with mode: 0644]