friendica/src/Core/Cache
Philipp Holzer c1dbb25656
Creating interfaces for Config/PConfig & fix tests
2019-12-29 20:18:19 +01: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 Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
MemcachedCache.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
ProfilerCache.php Renamed __toString() to getName() 2019-08-04 16:14:19 +02:00
RedisCache.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01: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