Lines Matching refs:CacheOffline
10 * @class CacheOffline
14 function CacheOffline() {
15 CacheOffline.superclass.constructor.apply(this, arguments);
31 // CacheOffline events
46 // CacheOffline static
49 Y.mix(CacheOffline, {
64 // CacheOffline Attributes
107 * @description Always true for CacheOffline.
151 Y.extend(CacheOffline, Y.Cache, localStorage ? {
160 // CacheOffline protected methods
264 // CacheOffline public methods
336 Y.CacheOffline = CacheOffline;