repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
65f60cf
parent
8c94373
author
Eric Bower
date
2024-08-26 17:33:25 +0000 UTC
docs: copy
1 files changed,  +3, -3
M docs/posts/caching.md
+3, -3
 1@@ -51,9 +51,9 @@ function*(ctx, next) {
 2 }
 3 ```
 4 
 5-The state slice for `cache` is simple, every thunk action has special properties
 6-of one is a `key` field that is a hash of the entire user-defined action
 7-payload:
 8+The state slice for `cache` is simple, every thunk action has
 9+[special properties](/thunks#anatomy-of-an-action) of which one is a `key` field
10+that is a hash of the entire user-defined action payload:
11 
12 ```js
13 {