Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

CachedCatalogViewModelService risky? #1055

@calbeda

Description

@calbeda

CachedCatalogViewModelService is registered as a Scoped, so one instance is created per http request.
As the cache is a property of service instance (not static) it will be empty for each request.
This makes all the cache trivially useless... I'm missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions