friendica/src/Core/Cache
Philipp Holzer 5a02e39a65
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
2018-10-10 00:16:06 +02:00
..
AbstractCacheDriver.php Rename App Methods 2018-10-10 00:16:06 +02:00
ArrayCache.php friendica-5847 Console Cache List command doesn't work 2018-10-07 10:35:37 +02:00
CacheDriverFactory.php Fix config value type in MemcachedCacheDriver 2018-07-17 02:05:06 -04:00
DatabaseCacheDriver.php Bugfixings for getAllKeys() 2018-10-07 22:14:05 +02:00
ICacheDriver.php Bugfixings for getAllKeys() 2018-10-07 22:14:05 +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 10:35:37 +02:00
MemcachedCacheDriver.php Bugfixings for getAllKeys() 2018-10-07 22:14:05 +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