Merge pull request #1230 from wazery/patch-1

Fix a typo
This commit is contained in:
Benjamin Fleischer 2015-10-04 20:28:48 -05:00
commit b8781c4001

View File

@ -348,7 +348,7 @@ On this example every ```Post``` object will be cached with
the key ```"post/#{post.id}-#{post.updated_at}"```. You can use this key to expire it as you want,
but in this case it will be automatically expired after 3 hours.
### Fragmenting Caching
### Fragment Caching
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.