ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Interface ReusableOptions

    Options for the reusable decorator

    interface ReusableOptions {
        forever?: boolean;
    }
    Index

    Properties

    Properties

    forever?: boolean

    If true, the result will be cached forever (singleton pattern) If false, the promise is only reused while pending