hypixel skyblock
Dev icon This is a module documentation subpage for Module:Cache.
It contains usage information, categories and other content that is not part of the original module page.

This is where information and functions about caches is stored. See Module:VarsCacheMap for using the cache class used on the wiki.

While these caches can be used to solve a few different issues, the main one this is used to solve is large lua memory usage (by only having to load the data when setting up the cache), and to a lesser extent lua time usage (since often these data files also loop through data).

Refreshing cache

Cache can be manually refresh via MediaWiki:Gadget-RefreshLuaCache.js.

This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Inventory slot/Datasheet
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.


This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Item/Variants
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.


This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Item/ApiData, Module:Item/ApiAliases
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.


This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Crafting/Aliases
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.


This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Minion/Data
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.



Submodules

No submodules found for this page. Try purging the page or viewing all subpages.


See Also

Hypixel SkyBlock Wiki Standard Lua Libraries (hsw/stdll) v · d · e
Type Libraries
Module Loading Utilities
General Utilities
Meta Modules
Object-oriented
Caching