2019-01-28 22:26:34 +08:00
|
|
|
/**
|
|
|
|
|
* 页面中所有使用到的缓存key必须定义在这里
|
|
|
|
|
*/
|
|
|
|
|
var cacheKeys = {
|
|
|
|
|
userSettings: 'userSettings',
|
|
|
|
|
swaggerResourcesList: 'swagger-resources-list',
|
|
|
|
|
swaggerLocationList: 'swagger-location-list',
|
|
|
|
|
globalParamList: 'zyplayer-doc-global-param-list',
|
|
|
|
|
pRequestObjStart: 'p-request-obj-',
|
2019-02-02 21:17:44 +08:00
|
|
|
pSimulationResponse: 'p-simulation-response-',
|
|
|
|
|
}
|