ditto

v0.1.0

  • Pages
  • Modules

    ditto v0.1.0 Ditto.CacheStrategy behaviour View Source

    Link to this section Summary

    Functions

    configured?(mod)

    Callbacks

    cache(atom, any, any, arg3)
    garbage_collect()
    garbage_collect(atom)
    init(arg0)
    invalidate()
    invalidate(atom)
    invalidate(atom, atom)
    invalidate(atom, atom, any)
    read(atom, any, any, any)
    tab(atom, any)

    Link to this section Functions

    Link to this function configured?(mod) View Source

    Link to this section Callbacks

    Link to this callback cache(atom, any, any, arg3) View Source
    cache(atom(), any(), any(), Keyword.t()) :: any()
    Link to this callback garbage_collect() View Source
    garbage_collect() :: integer()
    Link to this callback garbage_collect(atom) View Source
    garbage_collect(atom()) :: integer()
    Link to this callback init(arg0) View Source
    init(Keyword.t()) :: any()
    Link to this callback invalidate() View Source
    invalidate() :: integer()
    Link to this callback invalidate(atom) View Source
    invalidate(atom()) :: integer()
    Link to this callback invalidate(atom, atom) View Source
    invalidate(atom(), atom()) :: integer()
    Link to this callback invalidate(atom, atom, any) View Source
    invalidate(atom(), atom(), any()) :: integer()
    Link to this callback read(atom, any, any, any) View Source
    read(atom(), any(), any(), any()) :: :ok | :retry
    Link to this callback tab(atom, any) View Source
    tab(atom(), any()) :: atom()

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.