Stone.js API
    Preparing search index...

    Options for writing a value to the cache.

    interface CacheSetOptions {
        tags?: string[];
        ttl?: number;
    }
    Index
    tags?: string[]

    Tags to associate with the key, for grouped invalidation.

    ttl?: number

    Time to live, in seconds. 0/omitted means no expiry.