static TimedCache mechListMD5s_cache = new TimedCache(10000); static SS mechListMD5s() { ret mechListMD5s_cache.get(func { mechListMD5s_fresh() }); }