Documentation
    Preparing search index...

    Interface CacheDecorator

    interface CacheDecorator {
        globalOptions?: CacheDecoratorOptions;
        (options?: CacheDecoratorOptions): (...args: any[]) => any;
    }
    Index

    Properties

    Properties

    globalOptions?: CacheDecoratorOptions