View Source Nebulex.DiskAdapter.DiskCacheHelper (Bonfire v0.9.10-classic-beta.156)

WIP: Nebulex disk adapter based on https://hexdocs.pm/nebulex/creating-new-adapter.html and https://hexdocs.pm/cachex/Cachex.Disk.html

Summary

Functions

Link to this function

cache_path(key, adapter_meta, opts)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

disk_clear(cache_module \\ nil, opts \\ [])

View Source
Link to this function

disk_delete(adapter_meta, key, opts)

View Source
Link to this function

disk_get(adapter_meta, key, fun, opts)

View Source
Link to this function

disk_list(cache_module \\ nil, opts \\ [])

View Source
Link to this function

disk_put(adapter_meta, key, data, opts)

View Source
Link to this function

start_link(options \\ [])

View Source