Skip to content

Commit

Permalink
modify pluggable_caching.md wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3-M4jor committed May 22, 2024
1 parent 8bb06d6 commit e1726c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/advanced/pluggable_caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ this, implement the behaviours exported by the cache modules under
>
> The exception to the above is the `Nostrum.Cache.MessageCache`, which does not
> include an ETS-based implementation, and defaults to a NoOp cache. This is
> because messages consume a lot more memory than other objects, and are often
> not needed by most users.
> an intentional design decision because caching messages consumes a
> lot more memory than other objects, and are often not needed by most users.
Use the `[:nostrum, :caches]` configuration for configuring which cache
implementation you want to use. This can only be set at dependency compilation
Expand Down Expand Up @@ -63,7 +63,7 @@ switch this can be added.

Mnesia-based caching assumes the user is familar with usage and
maintenance of Mnesia: the [Mnesia User's
Guide](https://www.erlang.org/doc/apps/mnesia/users_guide.html) is a good
Guide](https://www.erlang.org/doc/apps/mnesia/mnesia_chap1.html) is a good
starting point.


Expand Down

0 comments on commit e1726c7

Please sign in to comment.