interface Context {
    cache: BindingCache;
    container: Container;
    currentRequest: Request;
    id: number;
    ignoreCache: boolean;
    plan: Plan;
    addPlan(plan: Plan): void;
    setCurrentRequest(request: Request): void;
}

Properties

container: Container
currentRequest: Request
id: number
ignoreCache: boolean
plan: Plan

Methods

  • Parameters

    Returns void

  • Parameters

    Returns void

MMNEPVFCICPMFPCPTTAAATR