friendica/src/Core/Cache
Philipp Holzer d5dd12b8f8
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
2019-09-30 14:03:12 +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 Add Drone CI 2019-09-30 14:03:12 +02:00
MemcachedCache.php Add @see for SO link 2019-08-15 16:24:11 +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