GradientEdge CDK Utils
    Preparing search index...

    Caching configuration for an API Management API operation

    interface ApiManagementApiCaching {
        cachingType?: string;
        enableCacheInvalidation?: boolean;
        enableCacheSet?: boolean;
        ttlInSecs?: number;
    }
    Index

    Properties

    cachingType?: string

    Type of caching strategy to use

    enableCacheInvalidation?: boolean

    Enable cache invalidation for this operation

    enableCacheSet?: boolean

    Enable cache-set policy for this operation

    ttlInSecs?: number

    Cache time-to-live in seconds