plug_cache v0.1.0-rc1 PlugCache.Cache
Link to this section Summary
Link to this section Functions
Link to this function
delete(key, opts \\ [])
Link to this function
flush()
Link to this function
get(key, opts \\ [])
Link to this function
get!(key, opts \\ [])
Link to this function
get_and_update(key, fun, opts \\ [])
Link to this function
has_key?(key)
Link to this function
keys()
Link to this function
pop(key, opts \\ [])
Link to this function
reduce(acc, reducer, opts \\ [])
Link to this function
set(key, value, opts \\ [])
Link to this function
size()
Link to this function
to_map(opts \\ [])
Link to this function
transaction(key, fun)
Link to this function
update(key, initial, fun, opts \\ [])