mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-02-13 01:25:24 +00:00
5 lines
113 B
Elixir
5 lines
113 B
Elixir
defmodule Pleroma.TestCache do
|
|
use Nebulex.Cache,
|
|
otp_app: :pleroma,
|
|
adapter: Nebulex.Adapters.Nil
|
|
end
|