OhMyCache


OhMyCache is a javascript library that uses LocalStorage and SessionStorage for cache datas on your application without dependencies

Introduction

OhMyCache is a javascript library that uses LocalStorage and SessionStorage for cache datas on your application without dependencies.

Compatibility

Web browser with LocalStorage and SessionStorage

  • Chrome 5+
  • Firefox 3.5+
  • IE 8+
  • Safari 4+
  • Opera 10.50+
  • Safari Mobile iOS 3.2
  • Android 2.1+
  • ...

Highlights

  • Simple API
  • Large compatibility (IE 8+, Chrome 5+, Firefox 3.5+...)
  • UMD package (Universal Module Definition)
  • Store string, int, array, object...
  • 2 storage methods : local and session
  • Configurable expiration
  • Prohibit modification