Class: MiscellaneousCache

MiscellaneousCache

new MiscellaneousCache()

Various Frontier Forums-specific cached values

Cache a set of values with no pattern other than the forum they're specific to
Example
var mc = new MiscellaneousCache({
     v                  : v,
     bb                 : bb,
     cache              : misc_cache,
     cache_updater      : function(cache) { ... },
     reload_interval    : 60 * 1000,
});

Extends

Methods

refresh(args){jQuery.promise}

Refresh the list

downloads the list and convert to metadata
Name Type Description
args Object arguments passed to the constructor
Returns:
Type Description
jQuery.promise
Update this.cache using the passed cache_updater() callback