View Source Nostrum.Cache.PresenceCache.NoOp (Nostrum v0.9.0)

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

Link to this function

child_spec(init_arg)

View Source (since 0.5.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

init(init_arg)

View Source (since 0.5.0)

Start up the cache supervisor.

Link to this function

start_link(init_arg)

View Source (since 0.5.0)

Start the supervisor.