/** All type a cache can be in */exportvarCacheRuleCacheTypeEnum;
(function (CacheRuleCacheTypeEnum) {
CacheRuleCacheTypeEnum["forceCache"] = "forceCache";
CacheRuleCacheTypeEnum["noCache"] = "noCache";
})(CacheRuleCacheTypeEnum || (CacheRuleCacheTypeEnum = {}));