sqlcache
v0.1.0
  • Pages
  • Modules

    View Source Sqlcache (sqlcache v0.1.0)

    Link to this section Summary

    Functions

    child_spec(init_arg)

    Returns a specification to start this module under a supervisor.

    clear_kind(kind)
    conn()
    data_dir()
    debug()
    del(kind, k)
    get(kind, k)
    init(arg)

    Callback implementation for GenServer.init/1.

    init_schema(conn)
    put(kind, k, v)
    start_link(arg)

    Link to this section Functions

    Link to this function

    child_spec(init_arg)

    View Source

    Returns a specification to start this module under a supervisor.

    See Supervisor.

    Link to this function

    clear_kind(kind)

    View Source
    Link to this function

    conn()

    View Source
    Link to this function

    data_dir()

    View Source
    Link to this function

    debug()

    View Source
    Link to this function

    del(kind, k)

    View Source
    Link to this function

    get(kind, k)

    View Source
    Link to this function

    init(arg)

    View Source

    Callback implementation for GenServer.init/1.

    Link to this function

    init_schema(conn)

    View Source
    Link to this function

    put(kind, k, v)

    View Source
    Link to this function

    start_link(arg)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.4) for the Elixir programming language