memoize

v1.2.7

  • Pages
  • Modules

    memoize v1.2.7 Memoize.CacheStrategy behaviour View Source

    Link to this section Summary

    Functions

    configured?(mod)

    Callbacks

    cache(any, any, arg2)
    garbage_collect()
    init()
    invalidate()
    invalidate(any)
    read(any, any, any)
    tab(any)

    Link to this section Functions

    Link to this function configured?(mod) View Source

    Link to this section Callbacks

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

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.