Skip to content

Commit 80a4c9c

Browse files
committed
Add minimum backbone requirement to readme. Closes #53
1 parent e305dc7 commit 80a4c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
A Backbone plugin to cache calls to `Backbone.Model.prototype.fetch` and
66
`Backbone.Collection.prototype.fetch` in memory and `localStorage`.
77

8+
Compatible with Backbone 1.0.0 and up.
9+
810
## How it works
911
This plugin intercepts calls to `fetch` and stores the results in a cache object (`Backbone.fetchCache._cache`). If fetch is called with `{ cache: true }` in the options and the URL has already been cached the AJAX call will be skipped.
1012

0 commit comments

Comments
 (0)