Selva Compute API Reference - v1.5.1
    Preparing search index...

    Interface CacheOptions

    interface CacheOptions {
        maxEntries?: number;
        ttlMs?: number;
    }
    Index

    Properties

    Properties

    maxEntries?: number

    Maximum entries kept in the LRU. Default: 50.

    ttlMs?: number

    Time-to-live in ms. Set to 0 for no expiry (default).