Nostrum.Cache.MessageCache.Noop (nostrum v0.11.0-dev)

View Source

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

child_spec(init_arg)

(since 0.10.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

(since 0.10.0)

Start the supervisor.