partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

WarmupCacheSetup.js (235B)


      1 /**
      2  * Attempts to save the configuration file
      3  */
      4 Ext.define('PartKeeprSetup.WarmupCacheSetup', {
      5     extend: 'PartKeeprSetup.AbstractTest',
      6     action: 'warmupCache',
      7     name: "Config File",
      8     message: "Warming up the cache",
      9 });