X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FCache%2FIMemoryCache.php;h=8348dffbc4eb40c48f17a50d06dbe9bfaa46322e;hb=aa0b485f3dca72c5448076e913fa54d948cd7731;hp=3e78a23c2dd6ccb0898bdbeb28cfb437dec5daab;hpb=58f69481e61a091f919a8c9cc7d6662e876e765f;p=friendica.git diff --git a/src/Core/Cache/IMemoryCache.php b/src/Core/Cache/IMemoryCache.php index 3e78a23c2d..8348dffbc4 100644 --- a/src/Core/Cache/IMemoryCache.php +++ b/src/Core/Cache/IMemoryCache.php @@ -1,13 +1,28 @@ . + * + */ namespace Friendica\Core\Cache; /** * This interface defines methods for Memory-Caches only - * - * Interface IMemoryCache - * - * @package Friendica\Core\Cache */ interface IMemoryCache extends ICache {