prorm API Reference
    Preparing search index...

    Interface L1CacheOptions

    The in-process first-level cache that sits in front of a shared cache.

    interface L1CacheOptions {
        maxItems: number;
        ttl: number;
    }
    Index
    maxItems: number
    ttl: number