def _guitool_cache_read(key, **kwargs): """ Reads from global IBEIS cache """ return util_cache.global_cache_read( key, appname='wbia', **kwargs ) # HACK, user should specify appname
def _ibeis_cache_read(key, **kwargs): """ Reads from global IBEIS cache """ return util_cache.global_cache_read(key, appname=__APPNAME__, **kwargs)
def _guitool_cache_read(key, **kwargs): """ Reads from global IBEIS cache """ return util_cache.global_cache_read(key, appname='ibeis', **kwargs) # HACK, user should specify appname