friendica/src/Core/Cache
Philipp Holzer 3f0f3b6ae6
friendica-5847 Console Cache List command doesn't work
- Added $prefix to all CacheDriver
- Moved hostname magic to CacheDriver
- Added test for getAllKeys()
2018-10-07 00:27:54 +02:00
..
AbstractCacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
ArrayCache.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
CacheDriverFactory.php Fix config value type in MemcachedCacheDriver 2018-07-17 02:05:06 -04:00
DatabaseCacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
ICacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
IMemoryCacheDriver.php code standards / simplifications 2018-07-05 07:59:56 +02:00
MemcacheCacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
MemcachedCacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +02:00
RedisCacheDriver.php friendica-5847 Console Cache List command doesn't work 2018-10-07 00:27:54 +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