Searched refs:CacheOffline (Results 1 - 3 of 3) sorted by relevance

/yui3/src/cache/tests/
H A Dcache-offline.js16 this.cache = new Y.CacheOffline();
23 this.cache = new Y.CacheOffline();
35 this.cache = new Y.CacheOffline();
44 this.cache = new Y.CacheOffline({max:2});
52 this.cache = new Y.CacheOffline();
61 this.cache = new Y.CacheOffline();
70 this.cache = new Y.CacheOffline({max:-2});
78 this.cache = new Y.CacheOffline(),
94 this.cache = new Y.CacheOffline({expires:0}),
105 this.cache = new Y.CacheOffline({expire
[all...]
/yui3/build/cache-offline/
H A Dcache-offline-debug.js12 * @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 protecte
[all...]
/yui3/src/cache/js/
H A Dcache-offline.js10 * @class CacheOffline
14 function CacheOffline() { function
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 protecte
[all...]

Completed in 952 milliseconds