@lppedd/di-wise-neo - v0.19.0
    Preparing search index...

    Variable ScopeConst

    Scope: {
        Container: "Container";
        Resolution: "Resolution";
        Transient: "Transient";
    } = ...

    Type Declaration

    • ReadonlyContainer: "Container"

      Creates and caches a single value per container.

      If the value is not found in the current container, it is looked up in the parent container, and so on. It effectively behaves like a singleton scope but allows container-specific overrides.

    • ReadonlyResolution: "Resolution"

      Creates and caches a single value per token resolution graph.

      The same value is reused during a single resolution request and is subsequently discarded.

    • ReadonlyTransient: "Transient"

      Creates a new value every time the token is resolved.