Interface CacheTimeOptions

Options specifying cache times for routes

interface CacheTimeOptions {
    GUILD?: number;
    GUILD_LIST?: number;
    INGREDIENT_LIST?: number;
    INGREDIENT_SEARCH?: number;
    ITEMS?: number;
    LEADERBOARDS?: number;
    MAP_LOCATIONS?: number;
    MY_LOCATION?: number;
    ONLINE_PLAYERS?: number;
    PLAYER?: number;
    PLAYER_LEADERBOARD?: number;
    PLAYER_UUID?: number;
    QUEST_COUNT?: number;
    RECIPE_LIST?: number;
    RECIPE_SEARCH?: number;
    SEARCH?: number;
    TERRITORY_LIST?: number;
}

Properties

GUILD?: number

The cache time for guild stats

GUILD_LIST?: number

The cache time for the guild list

INGREDIENT_LIST?: number

The cache time for the ingredient list

INGREDIENT_SEARCH?: number

The cache time for the ingredient search

ITEMS?: number

The cache time for the item search

LEADERBOARDS?: number

The cache time for leaderboards

MAP_LOCATIONS?: number

The cache time for map locations

MY_LOCATION?: number

The cache time for the personal player location

ONLINE_PLAYERS?: number

The cache time for the online players list

PLAYER?: number

The cache time for player stats

PLAYER_LEADERBOARD?: number

The cache time for the player combat leaderboard

PLAYER_UUID?: number

The cache time for player uuids

QUEST_COUNT?: number

The cache time for the Quest Count

RECIPE_LIST?: number

The cache time for the recipe list

RECIPE_SEARCH?: number

The cache time for the recipe search

SEARCH?: number

The cache time for the name search

TERRITORY_LIST?: number

The cache time for the territory list

Generated using TypeDoc