]> git.mxchange.org Git - friendica.git/commitdiff
AbstractCacheDriver now working for each CacheDriver
authorPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 20:01:33 +0000 (22:01 +0200)
committerPhilipp Holzer <admin@philipp.info>
Thu, 5 Jul 2018 20:01:33 +0000 (22:01 +0200)
src/Core/Cache/AbstractCacheDriver.php

index ac33467b9649a2ead2dc5b8a7fe9714e908908b4..417accdce75ccd7f8d1ae065df12857f9016090c 100644 (file)
@@ -20,4 +20,4 @@ abstract class AbstractCacheDriver extends BaseObject
        protected function getCacheKey($key) {
                return self::getApp()->get_hostname() . ":" . $key;
        }
-}
\ No newline at end of file
+}