jStorage
jStorage copied to clipboard
Update Readme.md, replaced the word "cache" with "local storage".
Minor semantic change proposal to make the readme file more reader friendly.
hey, thanks but local storage does not apply to all use cases as theres also other storage mechanisms used if needed, thats why the more general cache is used
maybe use Web Storage? (http://dev.w3.org/html5/webstorage/)
Web storage should be fine too.
You know what is interesting. Reading the specification, the only place you ever read the phrase "web storage" is in the title. The authors don't ever call anything "web storage" within the document.
Three similar phrases seem to stand out within the document: "data storage", "data storage area" and "storage area".
DOM Storage: https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage