]> git.mxchange.org Git - friendica.git/commit
Bugfixings for Cache-Lock
authorPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 19:47:52 +0000 (21:47 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 19:47:52 +0000 (21:47 +0200)
commit34cea93a8be03690d8515039c61affc9f328a02b
tree8fcb990c65722a603de8f0d0b0f6fa5101ba252c
parent3be013361eea0f20b6e3a0c5282622b514befb26
Bugfixings for Cache-Lock

- used wrong cachekey in set
- therefore added an abstraction to avoid wrong key concatenation
- forgot to increase the db-version to 1275
boot.php
src/Core/Cache/AbstractCacheDriver.php [new file with mode: 0644]
src/Core/Cache/ArrayCache.php
src/Core/Cache/MemcacheCacheDriver.php
src/Core/Cache/MemcachedCacheDriver.php
src/Core/Cache/RedisCacheDriver.php
src/Core/Lock/CacheLockDriver.php