diff --git a/lib/gollum/cache.ex b/lib/gollum/cache.ex index b2a09e2..7057858 100644 --- a/lib/gollum/cache.ex +++ b/lib/gollum/cache.ex @@ -22,6 +22,10 @@ defmodule Gollum.Cache do @force false @fetcher Gollum.Fetcher + def init(init_arg) do + {:ok, init_arg} + end + @doc """ Starts up the cache.