zibri
    Preparing search index...

    Type Alias CacheSetDirectOptions<CacheTag>

    Options for manually setting a value to the cache.

    type CacheSetDirectOptions<CacheTag extends string> = {
        tags?: CacheTag[];
        ttl?: number;
    }

    Type Parameters

    • CacheTag extends string
    Index

    Properties

    Properties

    tags?: CacheTag[]

    Additional tags to set.

    ttl?: number

    The time to live value.