JSOC – Javascript Object Cache


JSOC – Javascript Object Cache

The JSOC framework is a a pluggable, extensible, open source client-side caching framework for Web 2.0 applications.

JSOC offers Web developers a straightforward way to perform common caching techniques (add, replace, remove, flush, etc.) inside any JavaScript-enabled browser.

Since JSOC is a standalone JavaScript module, incorporating JSOC into a Web development project is a matter of including a script reference, and working with common caching methods. Low-level methods are contained in the JSOC JavaScript module so that developers can focus on the Web development task at hand.

Related Posts