friendica/src/Core/Cache
Roland Häder 8825728fa4 "Imported" name spaces (#5361)
* Fixes for #5355:
- let's import SPL/extension classes and then just use them without name spaces
  like we do it with our own classes/interfaces, too.
- need to add namespace \ (global)

Signed-off-by: Roland Häder <roland@mxchange.org>

* Removed leading slashes from "import" lines.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Completed:
- "import" other classes, then use them

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-10 18:55:01 -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 code standards / simplifications 2018-07-05 07:59:56 +02:00
DatabaseCacheDriver.php Added Unittests for cache 2018-07-07 19:46:16 +02: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 "Imported" name spaces (#5361) 2018-07-10 18:55:01 -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