FileCacheBypassMixin Class
This is a hack to resolve a server-side race condition. After creating/modifying/deleting a file through Waterbutler, it can take a fraction of a second for the API's cache to properly update, and trying to reload the file model in that time can return stale data.
This adapter mixin appends a nonce to requests that are likely to run into that race condition, forcing a cache miss.