]> git.mxchange.org Git - friendica.git/commit
Move Cache to strategies
authorPhilipp <admin@philipp.info>
Sat, 22 Jul 2023 21:57:38 +0000 (23:57 +0200)
committerPhilipp <admin@philipp.info>
Wed, 26 Jul 2023 17:17:43 +0000 (19:17 +0200)
commitf2c02a79b9c34a25c39cb8a0868a45a6a39e1bfe
treed16b67e0dc2259bfc6c259bb86e4884bb38145cd
parentf1da323b071a0dd20680302cbce26188119f9604
Move Cache to strategies
12 files changed:
src/Core/Cache/Factory/Cache.php
src/Core/Cache/Type/APCuCache.php
src/Core/Cache/Type/AbstractCache.php
src/Core/Cache/Type/ArrayCache.php
src/Core/Cache/Type/DatabaseCache.php
src/Core/Cache/Type/MemcacheCache.php
src/Core/Cache/Type/MemcachedCache.php
src/Core/Cache/Type/RedisCache.php
static/dependencies.config.php
static/strategies.config.php
tests/phpunit-addons.xml [new file with mode: 0644]
tests/src/Core/Cache/DatabaseCacheTest.php