]> git.mxchange.org Git - friendica.git/commit
Support for APCu caching
authorPhilipp Holzer <admin@philipp.info>
Sat, 20 Apr 2019 15:37:57 +0000 (17:37 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sun, 21 Apr 2019 10:45:19 +0000 (12:45 +0200)
commit3ca8fa0e00038f77c1666131f53eda56ef302ef7
tree8d1ffe90e383778b457ac56f6e8b2119fec13b6c
parente9c230e109372978d521aeb5133987cd7edecedb
Support for APCu caching
.travis.yml
src/Core/Cache/APCuCache.php [new file with mode: 0644]
src/Core/Cache/AbstractCacheDriver.php
src/Factory/CacheDriverFactory.php
tests/src/Core/Cache/APCuCacheDriverTest.php [new file with mode: 0644]
tests/src/Core/Lock/APCuCacheLockDriverTest.php [new file with mode: 0644]