mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 143 forks source link

Request: Early flush cache #67

Closed PhilNehaev closed 11 years ago

PhilNehaev commented 11 years ago

Added param for reset request-cache. Example: amplify.request({ resourceId: 'foo', flushCache: true })

scottgonzalez commented 11 years ago

The requester shouldn't know anything about the implementation, which includes caching logic.