Paladin Client v0.2.1 PaladinClient.TokenCache

Provides a read through cache for dealing with Paladin tokens. Tokens are cached for each access token and application id

Summary

Functions

clear(key)
find(key, fun \\ fn -> nil end)
start_link(state \\ [])
store(key, token, exp \\ :infinity)
store!(key, token, exp \\ :infinity)