cache.ex 107 B

12345
  1. defmodule Hello.Cache do
  2. use Nebulex.Cache,
  3. otp_app: :hello,
  4. adapter: Nebulex.Adapters.Local
  5. end