Belin.io Core

    Type Alias FileCacheOptions

    FileCacheOptions: Partial<
        {
            defaultDuration: number;
            fileSuffix: string;
            keyPrefix: string;
            serializer: ICacheSerializer;
        },
    >

    Defines the options of a FileCache instance.

    MMNEPVFCICPMFPCPTTAAATR