Belin.io Core
    Preparing search index...

    Type Alias CacheOptions

    CacheOptions: Partial<
        {
            defaultDuration: number;
            keyPrefix: string;
            serializer: CacheSerializer;
        },
    >

    Defines the options of a Cache instance.