X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=lib%2FAPI%2FCall%2FCache%2FService.php;h=31db9e99d7b3c04095218e46f545d3eca7ad241b;hp=0b801552f8cdb2c3f193244956ca81f69c6be764;hb=2121556150be871684b5046af7cf250b8219128d;hpb=cac6bea94e6cde142c951566fa6387ffa54eb3cb diff --git a/lib/API/Call/Cache/Service.php b/lib/API/Call/Cache/Service.php index 0b80155..31db9e9 100644 --- a/lib/API/Call/Cache/Service.php +++ b/lib/API/Call/Cache/Service.php @@ -4,9 +4,9 @@ namespace seekat\API\Call\Cache; use http\Client\Response; -interface Service -{ +interface Service { function fetch(string $key, Response &$response = null) : bool; function store(string $key, Response $response) : bool; + function del(string $key); function clear(); }