View Source Nostrum.Cache.GuildCache.NoOp (Nostrum v0.8.0)

A cache module that does nothing.

Useful for bots that don't need to cache guilds.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Start up the cache supervisor.

Start the supervisor.

Link to this section Functions

Link to this function

child_spec(init_arg)

View Source (since 0.6.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

init(init_arg)

View Source (since 0.6.0)

Start up the cache supervisor.

Link to this function

start_link(init_arg)

View Source (since 0.6.0)

Start the supervisor.