Skip to content

Instantly share code, notes, and snippets.

@SauloSilva
Created January 25, 2014 20:36
Show Gist options
  • Save SauloSilva/8623193 to your computer and use it in GitHub Desktop.
Save SauloSilva/8623193 to your computer and use it in GitHub Desktop.
Cache do fetch
do (Backbone) ->
method =
cacheOrFetch: (options={}) ->
@_cache ?= @fetch(options)
_.extend(Backbone.Collection.prototype, method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment