cache Module
The Cache utility provides a common configurable interface for components to cache and retrieve data from a local JavaScript struct.
This module provides the following classes:
This module is a rollup of the following modules:
-
cache-base
Provides the base class for the YUI Cache utility.
-
cache-offline
Provides a Cache subclass which uses HTML5
localStorage
for persistence. -
cache-plugin
Provides support to use Cache as a Plugin to a Base-based class.