prorm API Reference
    Preparing search index...

    Interface CacheKeyOptions

    Cache key prefix configuration

    interface CacheKeyOptions {
        prefix?: string;
        separator?: string;
    }
    Index
    prefix?: string

    Prefix for all cache keys

    'orm:cache:'
    
    separator?: string

    Separator between prefix and key

    ':'