Fulib v0.1.18 Fulib.LevelCache View Source

Link to this section Summary

Link to this section Functions

Link to this function

fetch_many(keys, missing_fn) View Source

Link to this function

get(key, default \\ nil) View Source

先在Process里检索,然后去Fulib.GlobalCache去检索

Link to this function

global_cache_delete(key) View Source

Link to this function

process_fetch(key, missing_fn) View Source

先更新Process里检索,然后更新Fulib.GlobalCache检索