partkeepr/PartKeepr

View on GitHub
web/setup/js/SetupSteps/WarmupCacheSetup.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Attempts to save the configuration file
 */
Ext.define('PartKeeprSetup.WarmupCacheSetup', {
    extend: 'PartKeeprSetup.AbstractTest',
    action: 'warmupCache',
    name: "Config File",
    message: "Warming up the cache",
});