pleroma/test/support/test_cache.ex
2024-08-16 14:34:04 -04:00

5 lines
113 B
Elixir

defmodule Pleroma.TestCache do
use Nebulex.Cache,
otp_app: :pleroma,
adapter: Nebulex.Adapters.Nil
end