mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:50:11 +00:00
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
This commit is contained in:
parent
3be013361e
commit
34cea93a8b
7 changed files with 72 additions and 35 deletions
|
@ -12,7 +12,7 @@ use Friendica\Core\Cache;
|
|||
*
|
||||
* @package Friendica\Core\Cache
|
||||
*/
|
||||
class ArrayCache implements IMemoryCacheDriver
|
||||
class ArrayCache extends AbstractCacheDriver
|
||||
{
|
||||
use TraitCompareDelete;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue