Current section

Files

Jump to
boruta lib boruta cache.ex
Raw

lib/boruta/cache.ex

defmodule Boruta.Cache do
@moduledoc false
use Nebulex.Cache,
otp_app: :boruta,
adapter: Nebulex.Adapters.Replicated
end