friendica/src/Core/Cache
Hypolite Petovan daa1177e3a Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
2018-07-19 22:15:21 -04:00
..
AbstractCacheDriver.php Added Lock Unittests & Bugfixings 2018-07-07 16:15:03 +02:00
ArrayCache.php Added Unittests for cache 2018-07-07 19:46:16 +02:00
CacheDriverFactory.php Fix config value type in MemcachedCacheDriver 2018-07-17 02:05:06 -04:00
DatabaseCacheDriver.php Update use statement lists with new Friendica\Database\dba class 2018-07-19 22:15:21 -04:00
ICacheDriver.php Added Unittests for cache 2018-07-07 19:46:16 +02:00
IMemoryCacheDriver.php code standards / simplifications 2018-07-05 07:59:56 +02:00
MemcacheCacheDriver.php "Imported" name spaces (#5361) 2018-07-10 18:55:01 -04:00
MemcachedCacheDriver.php Fix config value type in MemcachedCacheDriver 2018-07-17 02:05:06 -04:00
RedisCacheDriver.php "Imported" name spaces (#5361) 2018-07-10 18:55:01 -04: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