Documentation
    Preparing search index...

    Interface CacheDecoratorOptions

    interface CacheDecoratorOptions {
        adapter?: string | ICache | ICacheConstructor;
        nx?: boolean;
        ttl?: number;
    }
    Index

    Properties

    Properties

    adapter?: string | ICache | ICacheConstructor
    nx?: boolean
    ttl?: number