Packages

Caches a value and expires it after a given TTL.

Current section

Files

Jump to
ttl_cache lib ttl_cache.ex
Raw

lib/ttl_cache.ex

defmodule TTLCache do
use Application
def start(_, _) do
TTLCache.Supervisor.start_link(name: TTLCache.Supervisor.Global)
end
end