Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/management/expiring-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Naturally this technique cannot stand alone as it only evicts on key retrieval;

There are a number of ways to provide expirations for entries inside a cache:

* Setting a default expiration for a cahe via `Cachex.start_link/2`
* Setting a default expiration for a cache via `Cachex.start_link/2`
* Setting an expiration manually via `Cachex.expire/4` or `Cachex.expire_at/4`
* Setting the `:expire` option within calls to `Cachex.put/4` or `Cachex.put_many/3`
* Setting the `:expire` option within return tuples in `Cachex.fetch/4` or `Cachex.get_and_update/4`
Expand Down