View Source Nostrum.Cache.MessageCache.Noop (Nostrum v0.10.0)

A no-op message cache.

This cache does not store any messages and always returns {:error, :not_found} for any operation.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start the supervisor.

Functions

Link to this function

child_spec(init_arg)

View Source (since 0.10.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(init_arg)

View Source (since 0.10.0)

Start the supervisor.