Lines Matching refs:CacheOffline
12 * @class CacheOffline
16 function CacheOffline() {
17 CacheOffline.superclass.constructor.apply(this, arguments);
33 // CacheOffline events
48 // CacheOffline static
51 Y.mix(CacheOffline, {
66 // CacheOffline Attributes
109 * @description Always true for CacheOffline.
153 Y.extend(CacheOffline, Y.Cache, localStorage ? {
162 // CacheOffline protected methods
266 // CacheOffline public methods
338 Y.CacheOffline = CacheOffline;