haphazard v0.2.1 Haphazard.Server

Simple cache server that triggers a periodic cleanup with every insertion

Summary

Functions

lookup_request(key)
lookup_request(any) :: any
start_link()
start_link() :: {:ok, pid}
store_cache(key, body, ttl)
store_cache(any, any, integer) :: :ok