Nostrum.Cache.PresenceCache.NoOp (nostrum v0.11.0-dev)

View Source

A cache module that does not cache anything.

Useful for bots that do not need presence caching.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start up the cache supervisor.

Start the supervisor.

Functions

child_spec(init_arg)

(since 0.5.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(init_arg)

(since 0.5.0)

Start up the cache supervisor.

start_link(opts)

(since 0.5.0)

Start the supervisor.