plug_cache v0.1.0-rc1 PlugCache.Cache

Link to this section Summary

Link to this section Functions

Link to this function get_and_update(key, fun, opts \\ [])

See PlugCache.LocalCache.get_and_update/3.

Link to this function reduce(acc, reducer, opts \\ [])

See PlugCache.LocalCache.reduce/3.

Link to this function set(key, value, opts \\ [])

See PlugCache.LocalCache.set/3.

Link to this function update(key, initial, fun, opts \\ [])

See PlugCache.LocalCache.update/4.