1
1
Fork 0
friendica_2019-12_sharedHos.../src/Core/Cache
Philipp Holzer 34cea93a8b
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
2018-07-05 21:47:52 +02:00
..
AbstractCacheDriver.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
ArrayCache.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
CacheDriverFactory.php code standards / simplifications 2018-07-05 07:59:56 +02:00
DatabaseCacheDriver.php Adding multihost - locking 2018-07-04 23:37:22 +02:00
ICacheDriver.php code standards / simplifications 2018-07-05 07:59:56 +02:00
IMemoryCacheDriver.php code standards / simplifications 2018-07-05 07:59:56 +02:00
MemcacheCacheDriver.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
MemcachedCacheDriver.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
RedisCacheDriver.php Bugfixings for Cache-Lock 2018-07-05 21:47:52 +02:00
TraitCompareDelete.php code standards / simplifications 2018-07-05 07:59:56 +02:00
TraitCompareSet.php code standards / simplifications 2018-07-05 07:59:56 +02:00