Type alias ThumbsCacheInvalidation

ThumbsCacheInvalidation: {
    enabled: boolean;
    paramType: string;
}

Type declaration

  • enabled: boolean

    Determines if cache invalidation is enabled

  • paramType: string

    Type of the parameter for cache invalidation

Generated using TypeDoc