README.md in editmode-1.3.5 vs README.md in editmode-1.3.6
- old
+ new
@@ -117,11 +117,11 @@
# For image inside a collection
= c('some-collection-id') do
= F('Avatar', transformation: "w-200 h-200")
```
-Please see complete list of [transformation parameters](https://editmode.com/docs#/imagekit_properties).
+Please see the complete list of [transformation parameters](https://editmode.com/docs#/imagekit_properties).
## Caching
In order to keep your application speedy, Editmode minimizes the amount of network calls it makes by caching content where it can.
#### What's cached
@@ -136,9 +136,11 @@
- Editmode.js will automatically hit this endpoint when you update a chunk through your frontend.
- You can configure cache expiration webhooks in Editmode.com to ensure your application is notified when content changes happen on Editmode.com
The cache expiration endpoint is currently **not** authenticated.
+
+?> We are using a method called `delete_matched` to purge your caches when a content gets updated, and this method isn't supported in `memcached`. We highly recommend using `redis_store` or `file_store`.
## Disabling editmode.js auto-include
To disable automatic insertion for a particular controller or action you can:
```ruby