Type alias ThrottlingCacheOptions

ThrottlingCacheOptions: { clear?: ThrottlingCacheClearFunction; condition?: ThrottlingCacheConditionFunction; flagResponseOnCacheHit?: string; invalidate?: ThrottlingCacheInvalidateFunction; key?: ThrottlingCacheKeyFunction; skip?: ThrottlingCacheSkipFunction; throttle?: number }

Type declaration

Generated using TypeDoc