X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FICache.php;h=5984409bccc76f090bdb9051ce69bfecdd00caef;hb=017a57cf1e2b7db6bed4abf7167b4086af73311c;hp=f83669a96b68f8bb900a84cf310eea60b62b701a;hpb=58f69481e61a091f919a8c9cc7d6662e876e765f;p=friendica.git diff --git a/src/Core/Cache/ICache.php b/src/Core/Cache/ICache.php index f83669a96b..5984409bcc 100644 --- a/src/Core/Cache/ICache.php +++ b/src/Core/Cache/ICache.php @@ -1,11 +1,28 @@ . + * + */ namespace Friendica\Core\Cache; /** * Cache Interface - * - * @author Hypolite Petovan */ interface ICache {