You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ On this example every ```Post``` object will be cached with
348
348
the key ```"post/#{post.id}-#{post.updated_at}"```. You can use this key to expire it as you want,
349
349
but in this case it will be automatically expired after 3 hours.
350
350
351
-
### Fragmenting Caching
351
+
### Fragment Caching
352
352
353
353
If there is some API endpoint that shouldn't be fully cached, you can still optimise it, using Fragment Cache on the attributes and relationships that you want to cache.
0 commit comments