prorm API Reference
    Preparing search index...

    Interface CacheManagerOptions

    How query results are cached: which backend, for how long, and how entries are invalidated when a write touches the same table.

    interface CacheManagerOptions {
        keyPrefix?: string;
        defaultTtl?: number;
        l1?: L1CacheOptions;
    }
    Index
    keyPrefix?: string
    defaultTtl?: number