Current section

Files

Jump to
imagine_cms lib imagine cache.ex
Raw

lib/imagine/cache.ex

defmodule Imagine.Cache do
use Nebulex.Cache,
otp_app: :imagine_cms,
adapter: Nebulex.Adapters.Local
end