Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About
jquery-ajax-jstorage-cache is a plugin build for jQuery (>1.5.1) and [jStorage](http://www.jstorage.info) . It's a client-side cache plugin for AJAX response intended to save bandwith and time. All the responses are stored in the Local Storage powered by HTML5 (see [jStorage#Support](http://www.jstorage.info/#support)).
jquery-ajax-jstorage-cache is a plugin build for jQuery (>1.5.1) and [jStorage](http://www.jstorage.info) . It's a client-side cache plugin for AJAX response intended to save bandwidth and time. All the responses are stored in the Local Storage powered by HTML5 (see [jStorage#Support](http://www.jstorage.info/#support)).

# How to use

Expand Down Expand Up @@ -28,7 +28,7 @@ On your AJAX request you got 4 new parameters :
* cacheTTL
* Invalid cache after a certain time
* In seconds
* Deault: none ( persistant in cache )
* Deault: none ( persistent in cache )
* cacheKey
* CacheKey is the key that will be used to store the response in jStorage. It allow you to delete your cache easily with the jStorage.removeKey() function.
* Default: URL + TYPE(GET/POST) + DATA
Expand All @@ -43,4 +43,4 @@ On your AJAX request you got 4 new parameters :

# License

This project is distributed under Apache 2 License. See LICENSE.txt for more information.
This project is distributed under Apache 2 License. See LICENSE.txt for more information.