@cfxlabsinc/b2b-services
    Preparing search index...
    type CacheNamespaceDef = {
        category: CacheCategory;
        description: string;
        namespace: string;
        scope: CacheScope;
    }
    Index

    Properties

    category: CacheCategory
    description: string

    Plain-English: what an operator actually clears when they clear this.

    namespace: string

    The createServiceCache({ namespace }) string — also the Valkey key prefix (<namespace>::).

    scope: CacheScope