actionhero
    Preparing search index...

    Interface CacheOptions

    interface CacheOptions {
        expireTimeMS?: number;
        retry?: number | boolean;
    }
    Index

    Properties

    expireTimeMS?: number
    retry?: number | boolean