friendica/src/Core/Cache
Philipp Holzer dc73117a62
code optimization
2019-09-30 14:03:15 +02:00
..
APCuCache.php Renamed __toString() to getName() 2019-08-04 16:14:19 +02:00
ArrayCache.php Fix getAllKeys() method for memcache instances 2019-08-15 14:26:05 +02:00
Cache.php Fix getAllKeys() method for memcache instances 2019-08-15 14:26:05 +02:00
DatabaseCache.php Renamed __toString() to getName() 2019-08-04 16:14:19 +02:00
ICache.php Renamed __toString() to getName() 2019-08-04 16:14:19 +02:00
IMemoryCache.php Removed some leftovers 2019-08-04 15:58:53 +02:00
MemcacheCache.php Bugfix GetAllKeys() of Memcache 2019-09-30 14:03:15 +02:00
MemcachedCache.php Bugfix GetAllKeys() of Memcache 2019-09-30 14:03:15 +02:00
ProfilerCache.php Renamed __toString() to getName() 2019-08-04 16:14:19 +02:00
RedisCache.php Add Drone CI 2019-09-30 14:03:12 +02:00
TraitCompareDelete.php - Move constants to the "Cache" class (more transparent than inside the interface) 2019-08-04 15:53:28 +02:00
TraitCompareSet.php - Move constants to the "Cache" class (more transparent than inside the interface) 2019-08-04 15:53:28 +02:00
TraitMemcacheCommand.php code optimization 2019-09-30 14:03:15 +02:00