Currently emfield_request_xml executes a cache_set operation even when called with the argument $cache=FALSE.
This creates unnecessary records in the cache table for something where presumably it isn't supposed to be cacheable anyway. The attached patch merely adds a conditional statement before doing the cache_set.
| Comment | File | Size | Author |
|---|---|---|---|
| emfield-cachefalse.patch | 660 bytes | winston |
Comments
Comment #1
alex ua commentedI committed this. Thanks!