Skip to content

Commit

Permalink
fix: resolve dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Feb 10, 2024
1 parent 6d0d0bf commit 68590fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sails-stash/cache-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {

## Accessing multiple cache stores

Using the `sails.cache` object, you may access various cache stores via the `store` method. The key passed to the store method should correspond to one of the stores listed in [`sails.config.cachestores`](/sails-stash/configuration/cachestores) in your `config/cachestores.js` configuration file.
Using the `sails.cache` object, you may access various cache stores via the `store` method. The key passed to the store method should correspond to one of the stores listed in [`sails.config.cachestores`](/sails-stash/configuration#cachestores) in your `config/cachestores.js` configuration file.

```js
const value = sails.cache.store('memcached').get('foo')
Expand Down

0 comments on commit 68590fa

Please sign in to comment.