From b31a934a804aed3f35442ceafe2080b0955e7317 Mon Sep 17 00:00:00 2001 From: dcc Date: Wed, 15 May 2024 00:57:23 -0700 Subject: total rebase --- test/support/cachex_proxy.ex | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100755 => 100644 test/support/cachex_proxy.ex (limited to 'test/support/cachex_proxy.ex') diff --git a/test/support/cachex_proxy.ex b/test/support/cachex_proxy.ex old mode 100755 new mode 100644 index 83ae561..8f27986 --- a/test/support/cachex_proxy.ex +++ b/test/support/cachex_proxy.ex @@ -26,9 +26,15 @@ defmodule Pleroma.CachexProxy do @impl true defdelegate fetch!(cache, key, func), to: Cachex + @impl true + defdelegate fetch(cache, key, func), to: Cachex + @impl true defdelegate expire_at(cache, str, num), to: Cachex + @impl true + defdelegate expire(cache, str, num), to: Cachex + @impl true defdelegate exists?(cache, key), to: Cachex -- cgit v1.2.3